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.Lfd.Rd
\name{summary.Lfd}
\alias{summary.Lfd}
\title{
  Summarize a Linear Differential Operator Object
}
\description{
Provide a compact summary of the characteristics of a
linear differential operator object.
}
\usage{
\method{summary}{Lfd}(object, ...)
summary.Lfd(object, ...)
}
\arguments{
\item{object}{
a linear differential operator object.
}
\item{...}{Other arguments to match the generic 'summary' function}
}
\value{
a displayed summary of the linear differential operator object.
}
\seealso{
\code{\link{summary}}, 
}
% docclass is function
\keyword{smooth}
back to top