calcProtectedAreaBaseline: calcProtectedAreaBaseline

View source: R/calcProtectedAreaBaseline.R

calcProtectedAreaBaselineR Documentation

calcProtectedAreaBaseline

Description

Returns protected land area (Mha) in terms of cropland, pasture, forest and other land between 1995 and 2020.

Usage

calcProtectedAreaBaseline(
  magpie_input = TRUE,
  nclasses = "seven",
  cells = "lpjcell"
)

Arguments

magpie_input

Whether data should be transformed (based on LUH2v2 data) to match land use types used in MAgPIE.

nclasses

If magpie_input = TRUE. Options are either "seven" or "nine". Note that by default, the protected area is reported for urban land and forestry is zero.

  • "seven" separates primary and secondary forest and includes "crop", "past", "forestry", "primforest", "secdforest", "urban" and "other"

  • "nine" adds the separation of pasture and rangelands, as well as a differentiation of primary and secondary non-forest vegetation and therefore returns "crop", "past", "range", "forestry", "primforest", "secdforest", "urban", "primother" and "secdother"

cells

magpiecell (59199 cells) or lpjcell (67420 cells)

Value

List with a magpie object

Author(s)

Patrick v. Jeetze

See Also

calcProtectArea

Examples

## Not run: 
calcOutput("ProtectedAreaBaseline", aggregate = FALSE)

## End(Not run)


pik-piam/mrland documentation built on Nov. 23, 2024, 11:37 a.m.