R/grid.R
grid_res.Rd
Cell size in each direction
grid_res(grid)
a guerrilla_grid
guerrilla_grid
Two numbers, the x and y size of one cell.
grid_res(grid_spec(dimension = c(4, 2), extent = c(0, 8, 0, 4))) #> [1] 2 2