Learn R Programming

magclass (version 5.24.7)

maxample: 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") and "animal" (fictional, high-dimensional animal sighting data set).

Value

the chosen example data set

Examples

Run this code
# NOT RUN {
 p <- maxample("pop")
 str(p)
 
 a <- maxample("animal")
 str(a)
 fulldim(a)

# }

Run the code above in your browser using DataLab