Skip to content

reports Growing stocks for woody materials

Usage

reportGrowingStock(
  gdx,
  indicator = "relative",
  detail = FALSE,
  level = "regglo"
)

Arguments

gdx

GDX file

indicator

If the reported numbers are relative (mio m3/ha) or absolute (mio. m3). Default is relative.

detail

if detail=FALSE, the subcategories of groups are not reported.

level

aggregation level of returned data ("regglo" by default)

Value

production as MAgPIE object. Unit: see names

Growing stock variables

NameUnitMeta
Resources|Growing Stock|relative|Forestm3/haRelative growing stock in forests
Resources|Growing Stock|relative|Plantationsm3/haRelative growing stock in plantations
Resources|Growing Stock|absolute|ForestMm3Absolute growing stock in forests
Resources|Growing Stock|absolute|PlantationsMm3Absolute growing stock in plantations

Author

Abhijeet Mishra

Examples


  if (FALSE) { # \dontrun{
    x <- reportGrowingStock(gdx)
  } # }