File: summary.wpst.rd

package info (click to toggle)
r-cran-wavethresh 4.6.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,324 kB
  • sloc: ansic: 8,159; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (3)
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{summary.wpst}
\alias{summary.wpst}
\title{Print out some basic information associated with a wpst object}
\usage{
\method{summary}{wpst}(object, \dots)
}
\arguments{
\item{object}{The object to print a summary about}
\item{\dots}{Other arguments}
}
\description{
Prints out the number of levels, the length of the original vector
from which the object came, the type of wavelet filter associated with
the decomposition, and the date of production.
}
\details{
Description says all
}
\value{
Nothing
}
\seealso{\code{\link{wpst}}}
\examples{
vwpst <- wpst(rnorm(32))
summary(vwpst)
#Levels:  5 
#Length of original:  32 
#Filter was:  Daub cmpct on least asymm N=10 
#Date:  Mon Mar  8 21:54:47 2010 
}
\author{G P Nason}
\keyword{print}