complete_magpie: complete_magpie

View source: R/complete_magpie.R

complete_magpieR Documentation

complete_magpie

Description

MAgPIE objects can be incomplete to reduce memory. This function blows up a magpie object to its real dimensions, so you can apply unwrap.

Usage

complete_magpie(x, fill = NA, dim = 3)

Arguments

x

MAgPIE object which should be completed.

fill

Value that shall be written into the missing entries

dim

dimensions in which the completion should take place (1, 2 and/or 3). For full completion use 1:3

Value

The completed MAgPIE object

Author(s)

Jan Philipp Dietrich, Benjamin Bodirsky

See Also

add_dimension,clean_magpie

Examples


pop <- maxample("pop")
complete_magpie(pop)

ani <- maxample("animal")
complete_magpie(ani)

magclass documentation built on July 9, 2023, 7:03 p.m.