-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcycleplot.fd.Rd
53 lines (51 loc) · 1.31 KB
/
cycleplot.fd.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\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
}
\references{
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009),
\emph{Functional data analysis with R and Matlab}, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2005),
\emph{Functional Data Analysis, 2nd ed.}, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002),
\emph{Applied Functional Data Analysis}, Springer, New York.
}
\seealso{
\code{\link{plot.fd}},
\code{\link{plotfit.fd}},
}
% docclass is function
\keyword{smooth}