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

plot_wv_and_datasheet(wv, datasheet, axis.x.label = expression(paste("Scale ",
  tau)), prov_tile = 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_tile

A string for the title of the graph.

object

A gmwm object.

Examples

Zt = rnorm(1000000) wv = wvar(Zt, freq = 500) datasheet = wn_to_wv(sigma2 = 1, tau = wv$scales) plot_wv_and_datasheet(wv, datasheet/500)
#> Error in rep.int(datasheet_bi, length(datasheet)): argument "datasheet_bi" is missing, with no default