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

View source: R/wvar.R

summary.wvar.imuR Documentation

Summary of Wavelet Variances for imu Object

Description

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

Usage

## 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

## 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)

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.