Plot Cycles for a Periodic Bivariate Functional Data Object
cycleplot.fd
Language Reference for FDA Library

Plot Cycles for a Periodic Bivariate Functional Data Object

DESCRIPTION:

A plotting function for data such as the knee-hip angles in the gait data or temperature-precipitation curves for the weather data.

USAGE:

cycleplot.fd(fdobj, matplt=T, nx=128, ...)

REQUIRED ARGUMENTS:

fdobj
a bivariate functional data object to be plotted.

OPTIONAL ARGUMENTS:

matplt
if T, all cycles are plotted simultaneously; otherwise each cycle in turn is plotted.
nx
the number of argument values in a fine mesh to be plotted. Increase the default number of 201 if the curves have a lot of detail in them.
...
additional plotting parameters such as axis labels and etc. that are used in all plot functions.

VALUE:

None

SIDE EFFECTS:

A plot of the cycles

SEE ALSO:

plot.fd, plotfit.fd

EXAMPLES:

See the gait example for the use of cycleplot.