summary.View | R Documentation |
Summarise a View object
## S3 method for class 'View'
summary(object, ...)
object |
|
... |
ignored. |
summary of data.frame.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.