Description Usage Arguments Value Examples
Create a common raster grid for prediction
1 | create_grid(xmin, xmax, ymin, ymax, res, projstring)
|
xmin |
min x coordinate |
xmax |
max x coordinate |
ymin |
min y coordinate |
ymax |
max y coordinate |
res |
cell size resolution |
projstring |
proj4string for raster |
Returns a raster for use in other functions
1 | hr<-create_grid(xmin = 620000, xmax = 702000, ymin = 4510000, ymax = 4620000, res = 10, projstring = '+proj=utm +zone=12 +ellps=GRS80 +datum=NAD83 +units=m +no_defs')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.