File: accessC2.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 (34 lines) | stat: -rw-r--r-- 1,185 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
33
34
\name{accessC}
\alias{accessC}
\title{Get "detail" (mother wavelet) coefficients data from wavelet object}
\description{
This generic function extracts detail from various types of wavelet objects. It extracts and returns a whole resolution level of coefficients. To obtain individual packets from relevant transforms use the \link{getpacket}() series of functions. 
This function is generic. 

Particular methods exist. For objects of class:

\describe{
\item{wd}{use the \code{\link{accessC.wd}} method}
%\item{wd3D}{use the \code{\link{accessD.wd3D}} method}
\item{wp}{use the \code{\link{accessC.wp}} method}
%\item{wpst}{use the \code{\link{accessC.wpst}} method}
\item{wst}{use the \code{\link{accessC.wst}} method}
}

See individual method help pages for operation and examples. 
}
\usage{
accessC(\dots)
}
\arguments{
\item{\dots}{See individual help for details.}
}
\value{
A vector coefficients representing the detail coefficients for the requested resolution level. 
}
\section{RELEASE}{Version 3.5.3 Copyright Guy Nason 1994}
\seealso{
\code{\link{accessC.wd}}, \code{\link{accessC.wp}},\code{\link{accessC.wst}},\code{\link{accessD}}
}
\keyword{manip}
\author{G P Nason}