https://github.com/cran/fda
Raw File
Tip revision: 229f7206c9196b18bb88d6ee7c3c775e8b28e5d3 authored by J. O. Ramsay on 01 June 2009, 00:00:00 UTC
version 2.1.3
Tip revision: 229f720
summary.fd.Rd
\name{summary.fd}
\alias{summary.fd}
\title{
  Summarize a Functional Data Object
}
\description{
Provide a compact summary of the characteristics of a functional
data object.
}
\usage{
\method{summary}{fd}(object,...)
summary.fd(object,...)
}
\arguments{
\item{object}{
a functional data object.
}
\item{...}{Other arguments to match the generic for 'summary'}
}
\value{
a displayed summary of the functional data object.
}
\seealso{
\code{\link{summary}}, 
}
% docclass is function
\keyword{smooth}
back to top