Create a raster with PRIO-GRID ids.
Usage
prio_blank_grid(
ncol = pgoptions$get_ncol(),
nrow = pgoptions$get_nrow(),
extent = pgoptions$get_extent(),
crs_string = pgoptions$get_crs()
)
Arguments
- ncol
Number of columns
- nrow
Number of rows
- extent
The extent of the raster as a vector c(xmin, xmax, ymin, ymax)
- crs_string
A CRS-string. Description of the Coordinate Reference System (map projection) in PROJ.4, WKT or authority:code notation.
Examples
pg <- prio_blank_grid()
#> Loading required package: terra
#> terra 1.8.50