Description Usage Arguments Details See Also Examples
Plots the individual functions contained in an object of class fdsample.
1 2 |
x |
the fdsample to be plotted |
... |
further arguments for controlling the plot. |
includy |
optional numeric vector containing values that are to be included in the
|
This method requires that the functional data are curves, i.e. that element
arg is a vector. By default, lines are plotted. This may be modified by
giving an argument type which is passed to the matplot function
used to plot the curves. Thus, type = "p" plots points, and type = "b"
plots both points and lines.
Brightness / opacity of the curves can be controlled by setting alpha
to a number between 0 and 1, see the description of function alphacol
in package plottools.
The plot method plot.fdsample works like the function splot
from package plottools. In particular, plot parameters can be given as
"simplist"s or separately.
alphacol on defining transparent colors, and
splot for the evaluation of plot parameters.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.