swh:1:snp:9523f0d466702d960abd89c52a35d2466e8b9dc4
Raw File
Tip revision: 6558a667945a2eb93983bb2ec0879af62e27f4d9 authored by J. O. Ramsay on 14 August 2017, 12:10:02 UTC
version 2.4.7
Tip revision: 6558a66
cycleplot.fd.Rd
\name{cycleplot.fd}
\alias{cycleplot.fd}
\title{
  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=TRUE, nx=201, ...)
}
\arguments{
\item{fdobj}{
a bivariate functional data object to be plotted.
}
\item{matplt}{
if TRUE, all cycles are plotted simultaneously; otherwise
each cycle in turn is plotted.
}
\item{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.
}
\item{\dots }{
additional plotting parameters such as axis labels and
etc. that are used in all plot functions.
}
}
\value{
None
}
\section{Side Effects}{
A plot of the cycles
}
\seealso{
\code{\link{plot.fd}}, 
\code{\link{plotfit.fd}}, 
demo(gait)
}
% docclass is function
\keyword{smooth}
back to top