File: convert.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 (32 lines) | stat: -rw-r--r-- 922 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
24
25
26
27
28
29
30
31
32
\name{convert}
\alias{convert}
\title{Convert one type of wavelet object into another. }
\description{
Convert one type of wavelet object into another. 

This function is generic. 

Particular methods exist: 

\code{\link{convert.wd}} is used to convert non-decimated \code{\link{wd}} objects into \code{\link{wst}} objects. 
\code{\link{convert.wst}} is used to convert \code{\link{wst}} objects into non-decimated \code{\link{wd}} objects. 
}
\usage{
convert(...)
}
\arguments{
\item{\dots}{See individual help pages for details.}
}
\details{
See individual method help pages for operation and examples. 
}
\value{
An object containing the converted representation. 
}
\section{RELEASE}{Version 3.6.0 Copyright Guy Nason 1995 }
\seealso{
\code{\link{convert.wd}}, \code{\link{convert.wst}}, \code{\link{wst}}, \code{\link{wst.object}}, \code{\link{wst}}, \code{\link{wst.object}}. 
}

\keyword{manip}
\author{G P Nason}