View source: R/harvested_area_timber.R
harvested_area_timber | R Documentation |
Reads wood harvest area separated by source (primforest, secdforest, forestry, other) and age classes from a gdx. The data is on cluster level and the unit is Mha per year.
harvested_area_timber(
gdx,
file = NULL,
level = "cell",
aggregateAgeClasses = TRUE
)
gdx |
A fulldata.gdx of a magpie run, usually with endogenous forestry enabled |
file |
a file name the output should be written to using write.magpie |
level |
Level of regional aggregation; "cell", "reg" (regional), "glo" (global), "regglo" (regional and global) or any secdforest aggregation level defined in superAggregate |
aggregateAgeClasses |
If TRUE, age classes are aggregated |
Area harvested for wood in Mha per year as a magpie object
Abhijeet Mishra, Pascal Sauer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.