raster_to_pgtibble | R Documentation |
Convert a pgraster to tabular format
raster_to_pgtibble(r)
r |
An input raster that must have the same projection, resolution, and extent as PRIO-GRID |
tibble
pg <- prio_blank_grid()
names(pg) <- "test"
raster_to_pgtibble(pg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.