File: IsEarly.default.rd

package info (click to toggle)
r-cran-wavethresh 4.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,376 kB
  • sloc: ansic: 7,544; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{IsEarly.default}
\alias{IsEarly.default}
\title{Detects whether object is from an earlier version of WaveThresh}
\usage{
\method{IsEarly}{default}(x)
}
\arguments{
\item{x}{Object to discern}
}
\description{
Detects whether object is from an earlier version of WaveThresh.
}
\details{
The default method always returns FALSE, i.e. unless the object is of
a specific type handled by a particular method then it won't be from an
earlier version.
}
\value{
Always FALSE for the generic
}
\seealso{\code{\link{IsEarly}}}
\author{G P Nason}
\keyword{error}