cycleplot.fd | R Documentation |
A plotting function for data such as the knee-hip angles in the gait data or temperature-precipitation curves for the weather data.
cycleplot.fd(fdobj, matplt=TRUE, nx=201, ...)
fdobj |
a bivariate functional data object to be plotted. |
matplt |
if TRUE, 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. |
None
A plot of the cycles
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009), Functional data analysis with R and Matlab, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2005), Functional Data Analysis, 2nd ed., Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002), Applied Functional Data Analysis, Springer, New York.
plot.fd
,
plotfit.fd
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.