Learn R Programming

movementsync (version 0.1.5)

summary.sel.phases: Summarises a sel.phases object

Description

Summarises a sel.phases object

Usage

# S3 method for sel.phases
summary(object, na.rm = TRUE, ...)

Value

list of Circular statistics.

Arguments

object

sel.phases object.

na.rm

remove missings?

...

ignored.

Examples

Run this code
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)

Run the code above in your browser using DataLab