| extent_grid | R Documentation |
Helper function to create a grid dimension with a sensible aspect ratio.
extent_grid(extent, dim = NULL, projection = NULL, lonlat = FALSE)
extent |
numeric vector, xmin,xmax,ymin,ymax |
dim |
optional dimension, 1 number or 2 |
projection |
optional projection string to store |
lonlat |
if set uses cosine latitude scaling for width for longitude |
list of extent, dimension, projection
extent_grid(c(0, 1, 0, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.