View source: R/grid_abstraction.R
make_grid | R Documentation |
Define a grid abstraction for a file or an extent, res/dim, and projection
make_grid(file = NULL, ext = NULL, dimXY = NULL, resXY = NULL, prj = NULL)
file |
file path |
ext |
c(xmin, ymin, xmax, ymax) |
dimXY |
c(width, height) |
resXY |
c(xres, yres) |
prj |
srs_def |
list
Other grid:
geogrid_warp()
,
getSubsets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.