plot_wv_and_datasheet: Plot WV with datasheet characteristics

Description Usage Arguments Author(s) Examples

View source: R/plot_wv_and_datasheet.R

Description

Plot empirical WV of a sensors together the empirical WV implied by the datasheet of the manufacture

Usage

1
2
plot_wv_and_datasheet(wv, datasheet, axis.x.label, axis.y.label,
  prov_title = NA)

Arguments

datasheet

A vector with the implied WV of the datasheet.

axis.x.label

A string for the label of the "x-axis".

prov_title

A string for the title of the graph.

object

A gmwm object.

datasheet_bi

A value with the bias-instabulity value.

Author(s)

Stephane Guerrier

Examples

1
2
3
4
Zt = rnorm(1000000)
wv = wvar(Zt, freq = 500)
datasheet = wn_to_wv(sigma2 = 1, tau = wv$scales)
plot_wv_and_datasheet(wv, datasheet/500)

SMAC-Group/gmwm_gui documentation built on May 21, 2019, 7:54 a.m.