Skip to contents

Summarise an analyze.wavelet object

Usage

# S3 method for analyze.wavelet
summary(object, v, ...)

Arguments

object

analyze.wavelet object.

v

View object

...

ignored.

Value

data.frame

Examples

r <- get_sample_recording()
rv <- get_raw_view(r, "Central", "", "Sitar")
pv <- get_processed_view(rv)
w <- analyze_wavelet(pv, "Nose_x")
#> Starting wavelet transformation...
#> ... and simulations... 
#> 
  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%
#> Class attributes are accessible through following names:
#> series loess.span dt dj Wave Phase Ampl Power Power.avg Power.pval Power.avg.pval Ridge Period Scale nc nr coi.1 coi.2 axis.1 axis.2 date.format date.tz 
summary(w, pv)
#>      Period       Average_Power    
#>  Min.   :0.0800   Min.   :0.07585  
#>  1st Qu.:0.2243   1st Qu.:1.41904  
#>  Median :0.6291   Median :2.01253  
#>  Mean   :1.1910   Mean   :1.92756  
#>  3rd Qu.:1.7639   3rd Qu.:2.47964  
#>  Max.   :4.9456   Max.   :3.48262