compare_wvar.imu: Compare Wavelet Variances for 'imu' Object

Description Usage Arguments Author(s) See Also

Description

Internal Function to compare the wavelet variance for imu object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
compare_wvar.imu(obj.list, background = "white", CI = TRUE,
  auto.label.wvar = T, transparence = 0.1, line.color = NULL,
  CI.color = NULL, line.type = NULL, point.size = NULL,
  point.shape = 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)),
  units = c(bquote(rad^2/s^2), bquote(m^2/s^4)), facet.label.size = 13,
  facet.label.background = "#003C7D33", legend.label = NULL,
  legend.title = "", legend.key.size = 1.3, legend.title.size = 13,
  legend.text.size = 13)

Arguments

obj.list

A list of wvar.imu objects.

background

A string that determines the graph background. It can be 'grey' or 'white'.

CI

A boolean that indicates whether the confidence interval should be plotted.

auto.label.wvar

A boolean that indicates whether legend label should indicate the objects are robust or classical.

transparence

A double that ranges from 0 to 1 that controls the transparency of the graph.

line.color

A vector of string that indicates the color of lines.

CI.color

A vector of string that indicates the color of confidence interval.

line.type

A vector of string that indicates the type of lines.

point.size

A vector of integer that indicates the size of point.

point.shape

A vector of integer that indicates the shape of point.

title

A string that indicates the title of the graph.

title.size

An integer that indicates the size of title.

axis.label.size

An integer that indicates the size of label.

axis.tick.size

An integer that indicates the size of tick mark.

axis.x.label

A string that indicates the label on x axis.

axis.y.label

A string that indicates the label on y axis.

units

A two-element vector indicating the units of gyroscope and accelerometer sensor. Set it to NULL if units are not needed.

facet.label.size

An integer that indicates the size of facet label.

facet.label.background

A string that indicates the background color of the facet label.

legend.label

A vector of string that indicates the labels on legend.

legend.title

A string that indicates the title of legend.

legend.key.size

A double that indicates the size of key (in centermeters) on legend.

legend.title.size

An integer that indicates the size of title on legend.

legend.text.size

An integer that indicates the size of key label on legend.

Author(s)

Wenchao

See Also

compare_wvar


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