View source: R/reportPBbiosphere.R
reportPBbiosphere | R Documentation |
reports biosphere planetary boundary: Share of intact land relative to total land area (unitless) Share of intact land covered by areas within Global Safety Net (unitless) Share of land area that satisfies landscape target (unitless)
reportPBbiosphere(
gdx,
level = "regglo",
dir = ".",
intactnessRule = "carbon:0.95"
)
gdx |
GDX file |
level |
level of aggregation (regglo: regions and global) |
dir |
directory with required spatial data |
intactnessRule |
rule for intact land can be based on percentage of potential carbon density reached or on age classes for secondary forests, planted forest and other natural land. The argument is split into two components: rule: carbon or ageclass threshold: share of carbon density reached to be classified as intact or threshold in years can be set via this argument Example: "carbon:0.95" or "ageclass:70" |
MAgPIE object
Patrick von Jeetze, Felicitas Beier
## Not run:
x <- reportPBbiosphere(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.