Learn R Programming

movementsync (version 0.1.5)

summary.OnsetsSelected: Summarise OnsetsSelected object

Description

Summarise OnsetsSelected object

Usage

# S3 method for OnsetsSelected
summary(object, ...)

Value

list of summaries.

Arguments

object

OnsetsSelected object.

...

ignored.

Examples

Run this code
r <- get_sample_recording()
o <- get_onsets_selected_data(r)
summary(o)

Run the code above in your browser using DataLab