summary.sel.phases | R Documentation |
Summarises a sel.phases object
## S3 method for class 'sel.phases'
summary(object, na.rm = TRUE, ...)
object |
|
na.rm |
remove missings? |
... |
ignored. |
list of Circular
statistics.
r <- get_sample_recording()
rv <- get_raw_view(r, "Central", "", "Sitar")
pv <- get_processed_view(rv)
co <- analyze_coherency(pv, columns = c("Nose_x", "Nose_y"))
sp <- plot_sel_phases(co, pv, sel.period = NULL, sel.lower = 0.5, sel.upper = 0.7)
summary(sp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.