plot.imu_wvar: Plot Wavelet Variance based on IMU Data

plot.imu_wvarR Documentation

Plot Wavelet Variance based on IMU Data

Description

Displays a plot of wavelet variance accounting for CI values and supplied efficiency.

Usage

## S3 method for class 'imu_wvar'
plot(
  x,
  xlab = NULL,
  ylab = NULL,
  main = NULL,
  col_wv = NULL,
  col_ci = NULL,
  nb_ticks_x = NULL,
  nb_ticks_y = NULL,
  ci_wv = NULL,
  point_cex = NULL,
  point_pch = NULL,
  ...
)

Arguments

x

A wvar object.

xlab

A string that gives a title for the x axis.

ylab

A string that gives a title for the y axis.

main

A string that gives an overall title for the plot.

col_wv

A string that specifies the color of the wavelet variance line.

col_ci

A string that specifies the color of the confidence interval polygon.

nb_ticks_x

An integer that specifies the maximum number of ticks for the x-axis.

nb_ticks_y

An integer that specifies the maximum number of ticks for the y-axis.

ci_wv

A boolean that determines whether a confidence interval polygon will be drawn.

point_cex

A double that specifies the size of each symbol to be plotted.

point_pch

A double that specifies the symbol type to be plotted.

...

Additional arguments affecting the plot.

Value

Plot of wavelet variance and confidence interval for each scale.

Author(s)

Stephane Guerrier and Yuming Zhang

Examples

data("kvh1750_wv")
plot(kvh1750_wv)

wv documentation built on Aug. 31, 2023, 9:08 a.m.