Skip to content

Reads in LandInG data

Usage

readLandInG(subtype = "physicalArea")

Arguments

subtype

Type of LandInG data that should be read:

  • physicalArea: Cropland extend/ physical cropping area separated in irrigated and rainfed

  • harvestedArea: Harvested area separated in different crop types

Value

magpie object

See also

Author

Felicitas Beier

Examples

if (FALSE) { # \dontrun{
A <- readSource("LandInG", subtype = "harvestedArea", aggregate = FALSE)
} # }