Learn R Programming

madrat (version 3.15.6)

readTau: Read Tau

Description

Read-in landuse intensity data (tau) following the methodology published in Dietrich J.P., Schmitz C., Mueller C., Fader M., Lotze-Campen H., Popp A., Measuring agricultural land-use intensity - A global analysis using a model-assisted approach, Ecological Modelling, Volume 232, 10 May 2012, Pages 109-118, ISSN 0304-3800, 10.1016/j.ecolmodel.2012.03.002.

Usage

readTau(subtype = "paper")

Value

Tau data and weights as MAgPIE object in original resolution

Arguments

subtype

Type of Tau data that should be read. Available types are:

  • paper: numbers as they are reported in the paper (cellular, crop-specific)

  • historical: historic tau values on iso country level for total tau factor. This numbers were calculated by taking FAO yields and norming it to the 1995 tau values of the paper (faoyields*tau95/mean(faoyields[1995:2005]))

Author

Jan Philipp Dietrich

See Also

readSource

Examples

Run this code
if (FALSE) {
a <- readSource("Tau")
}

Run the code above in your browser using DataLab