File: IsEarly.rd

package info (click to toggle)
r-cran-wavethresh 4.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,376 kB
  • sloc: ansic: 7,544; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 583 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}
\alias{IsEarly}
\title{Generic function to detect whether object is from an early version}
\usage{
IsEarly(x)
}
\arguments{
\item{x}{The object you want to see whether its from an early version}
}
\description{
Generic function to detect whether object is from an early version of
WaveThresh
}
\details{
Description says all
}
\value{
Returns TRUE if object is from an earlier version of WaveThresh, FALSE if
not.
}
\seealso{\code{\link{ConvertMessage}},\code{\link{IsEarly.default}},\code{\link{IsEarly}}, \code{\link{IsEarly.wd}}}
\author{G P Nason}
\keyword{error}