| print.wvar.imu | R Documentation | 
imu ObjectDisplays the summary table of wavelet variance for imu Object.
## S3 method for class 'wvar.imu'
print(x, ...)
| x | A  | 
| ... | further arguments passed to or from other methods. | 
Summary table
## 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)
print( x )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.