summary.wvar.imu | R Documentation |
imu
ObjectDisplays the summary table of wavelet variance in addition to CI values and
supplied efficiency for imu
Object.
## S3 method for class 'wvar.imu'
summary(object, ...)
object |
A |
... |
additional arguments affecting the summary produced. |
Summary table and other properties of the object.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.