Last data update: 2014.03.03

R: Functional data sets
dataf.*R Documentation

Functional data sets

Description

The functions generate data sets of functional two-dimensional data of two or more classes.

Usage

# dataf.[name]()

Format

The functional data as a data structure.

dataf

The functional data as a list of objects. Each object is characterized by two coordinates

args

The arguments vector

vals

The values vector

labels

The classes of the objects

Details

More details about the datasets in the topics:

dataf.geneexp

dataf.growth

dataf.medflies

dataf.tecator

The following datasets provide simulated data:

dataf.sim.1.CFF07

dataf.sim.2.CFF07

See Also

plotf for building plots of functional data

Examples

## load the Growth dataset
dataf = dataf.growth()

## view the classes
unique(dataf$labels)

## access the 5th point of the 2nd object
dataf$dataf[[2]]$args[5]
dataf$dataf[[2]]$vals[5]

## Not run: plotf(dataf)

Results