makeGFWGrid | R Documentation |
This function is used in downloadGFW
to create a grid representing
the GFW tiles.
makeGFWGrid(mnx, mxx, dx, mny, mxy, dy, proj = NULL)
mnx |
Minimum x coordinate |
mxx |
Maximum x coordinate |
dx |
x resolution |
mny |
Minimum y coordinated |
mxy |
Maximum y coordinated |
dy |
y resolution |
proj |
projection as EPSG code |
A grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.