writeOGR_3by3 | R Documentation |
writeOGR_3by3
writeOGR_3by3(st, scale = 500, prefix = "st212", outdir = "INPUT/shp")
st |
data.table with the columns at least of |
scale |
in the unit of |
## Not run:
st = st_212[, .(site, lon, lat, IGBP)]
writeOGR_3by3(st, 500, "agripheno")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.