Add Lines from Functional Data to a Plot
Add Lines from Functional Data to a Plot
DESCRIPTION:
Lines defined by functional observations are added to an existing plot.
USAGE:
lines.fd(fd, Lfd=0, ...)
REQUIRED ARGUMENTS:
- fd
-
A univariate functional data object.
OPTIONAL ARGUMENTS:
- Lfd
-
Either a nonnegative integer or a linear differential operator object.
If present, the derivative or the value of applying the operator is
evaluated rather than the functions themselves.
- ...
-
Additional arguments such as axis titles and so forth that can be used
in all plotting programs.
VALUE:
Lines added to an existing plot.
DETAILS:
SEE ALSO:
plot.fd, plotfit.fd
EXAMPLES: