Learn R Programming

magclass (version 6.13.2)

str.magpie: str

Description

str method for MAgPIE objects for conventient display of the structure of a magpie object.

Usage

# S3 method for magpie
str(object, ...)

Arguments

object

MAgPIE object

...

arguments to be passed to or from other methods.

Author

Pascal Sauer

Details

In contrast to the default str this will not show the attributes of object@.Data as these contain only a duplicate of dimnames. Also, dim is not shown, because the information it provides is implicitly included in dimnames.

See Also

Examples

Run this code
str(maxample("pop"))

Run the code above in your browser using DataLab