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
sum.fd.Rd
\name{sum.fd}
\alias{sum.fd}
\title{
  Sum of Functional Data
}
\description{
Evaluate the sum of a set of functions in a functional data object.
}
\usage{
\method{sum}{fd}(..., na.rm)
}
\arguments{
\item{...}{
a functional data object to sum.
}
\item{na.rm}{Not used.}
}
\value{
a functional data object with a single replication
that contains the sum of the functions in the object \code{fd}.
}
\seealso{
\code{\link{mean.fd}},
\code{\link{std.fd}},
\code{\link{stddev.fd}},
\code{\link{center.fd}}
}
% docclass is function
\keyword{smooth}
back to top