Skip to content

Given a regionmapping (mapping between ISO countries and regions) the function calculates a 0.5 degree spatial header for 0.5 degree magclass objects

Usage

spatial_header(mapping)

Arguments

mapping

Either a path to a mapping or an already read-in mapping as data.frame.

Value

A vector with 59199 elements

See also

Author

Jan Philipp Dietrich

Examples

if (FALSE) { # \dontrun{
spatial_header("regionmappingMAgPIE.csv")
} # }