View source: R/calcConservationPriorities.R
calcConservationPriorities | R Documentation |
Function calculates land area in conservation priority areas that was unprotected in 2020 (WDPA).
calcConservationPriorities(
consvBaseYear = "y1750",
cells = "lpjcell",
nclasses = "seven"
)
consvBaseYear |
Reference year for land conservation. Chosing "y1750", for instance, means that the reference land use is based on the year 1750 ('pre-industrial') so land use can be restored to the pre-industrial state in conservation priority areas. Any year available in the LUH2v2 data set can be chosen. Historic land use in the LUH2v2 data is based on the HYDE data base. The choice "y2020" provides a special case, in which reference land use is based on the 2020 ESA CCI LULC map, derived at a spatial resolution of 300 x 300 Meter. |
cells |
number of cells of landmask (select "magpiecell" for 59199 cells or "lpjcell" for 67420 cells) |
nclasses |
Options are either "seven" or "nine".
|
magpie object in cellular resolution with different protection options in conservation priority areas
Patrick v. Jeetze
## Not run:
calcOutput("ConservationPriority2", aggregate = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.