Functional Data Sets
The functions generate data sets of functional two-dimensional data of two or more classes.
# dataf.[name]()
# load the data set by name
# data(list = "name")
# load the data set by name to a variable
# getdata("name")The functional data as a data structure.
datafThe functional data as a list of objects. Each object is characterized by two coordinates
argsThe arguments vector
valsThe values vector
labelsThe classes of the objects
More details about the datasets in the topics:
The following datasets provide simulated data:
plot.functional for building plots of functional data
## 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: plot.functional(dataf)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.