maxample: maxample

View source: R/maxample.R

maxampleR Documentation

maxample

Description

A collection of magclass example data sets

Usage

maxample(data)

Arguments

data

name of the example data set. Currently available are "pop" (regional population data, previously named "population_magpie"), "animal" (fictional, high-dimensional animal sighting data set) and "bilateral" (fictional, bilateral trade cost data set).

Value

the chosen example data set

Author(s)

Jan Philipp Dietrich

See Also

Other Display: head.magpie(), mplot(), print.magpie(), show-methods, str.magpie()

Examples


p <- maxample("pop")
str(p)

a <- maxample("animal")
str(a)
getItems(a, split = TRUE)

magclass documentation built on April 17, 2026, 5:07 p.m.