summary.View {movementsync}R Documentation

Summarise a View object

Description

Summarise a View object

Usage

## S3 method for class 'View'
summary(object, ...)

Arguments

object

View object.

...

ignored.

Value

summary of data.frame.

Examples

r <- get_sample_recording()
rv <- get_raw_view(r, "Central", "", "Sitar")
pv <- get_processed_view(rv)
fv <- apply_filter_sgolay(pv, c("Nose", "RWrist", "LWrist"), n=19, p=4)
summary(rv)
summary(pv)
summary(fv)

[Package movementsync version 0.1.4 Index]