summary.wvar | R Documentation |
Displays the summary table of wavelet variance in addition to CI values and supplied efficiency.
## S3 method for class 'wvar' summary(object, ...)
object |
A |
... |
additional arguments affecting the summary produced. |
Summary table and other properties of the object.
JJB
set.seed(999) x = rnorm(100) out = wvar(x) summary( out )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.