fdsample: Make a functional data sample

Description Usage Arguments Details Value

View source: R/fdsample.R

Description

Generate an object of class fdsample.

Usage

1
fdsample(args, fvals, ...)

Arguments

args

numeric, array, the function arguments, dimension dimarg

fvals

numeric, array of function values, dimension: dimarg x groupsize

...

predefined plot options or simplists, see the details and plot.fdsample

Details

Predefining plot options may be particularly useful for plot annotation, i.e. xlab, ylab and main. They may be also given as a plutils-simplist. Options with same name are overriden from left to right, i.e., the last one given counts.

Value

An object of class fdsample, that is a list with elements

args the function arguments
fvals the function value samples
dimarg integer, dimension of x
groupsize integer, number of functions y included in the list
options list of plot options, see plot.fdsample

fdnonpar documentation built on May 2, 2019, 5:54 p.m.