summary.analyze.wavelet | R Documentation |
Summarise an analyze.wavelet object
## S3 method for class 'analyze.wavelet'
summary(object, v, ...)
object |
|
v |
|
... |
ignored. |
data.frame
r <- get_sample_recording()
rv <- get_raw_view(r, "Central", "", "Sitar")
pv <- get_processed_view(rv)
w <- analyze_wavelet(pv, "Nose_x")
summary(w, pv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.