autoplot.imu2 | R Documentation |
Plot each WV variance in a combined graph
## S3 method for class 'imu2' autoplot(object, CI = T, background = "white", transparence = 0.1, line.color = NULL, line.type = NULL, point.size = NULL, point.shape = NULL, CI.color = NULL, title = "Haar Wavelet Variance Representation", title.size = 15, axis.label.size = 13, axis.tick.size = 11, axis.x.label = expression(paste("Scale ", tau)), axis.y.label = expression(paste("Wavelet Variance ", nu)), facet.label.size = 13, legend.title = "Axis", legend.key.size = 1.3, legend.title.size = 13, legend.text.size = 13, facet.label.background = "#003C7D33", scales = "free_y", ...)
object |
An |
CI |
A |
background |
A |
transparence |
A |
line.color |
A |
line.type |
A |
point.size |
A |
point.shape |
A |
CI.color |
A |
title |
A |
title.size |
An |
axis.label.size |
An |
axis.tick.size |
An |
axis.x.label |
A |
axis.y.label |
A |
facet.label.size |
An |
legend.title |
A |
legend.key.size |
A |
legend.title.size |
An |
legend.text.size |
An |
facet.label.background |
A |
scales |
Same as |
... |
Additional options |
A panel containing the combined graphs of an IMU sensor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.