summary.wvar.imu: Summary of Wavelet Variances for 'imu' Object

Description Usage Arguments Value Examples

View source: R/wvar.R

Description

Displays the summary table of wavelet variance in addition to CI values and supplied efficiency for imu Object.

Usage

1
2
## S3 method for class 'wvar.imu'
summary(object, ...)

Arguments

object

A wvar.imu object.

...

additional arguments affecting the summary produced.

Value

Summary table and other properties of the object.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
if(!require("imudata")){
install_imudata()
library("imudata")
}

data(imu6)

test = imu(imu6, gyros = 1:3, accels = 4:6, axis = c('x', 'y', 'z'), freq = 100)
x = wvar(test)
summary(x)

## End(Not run)

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.