plotBinMeas: "Visualise measurement de-trending and binarisation"

View source: R/plotBinMeas.R

plotBinMeasR Documentation

"Visualise measurement de-trending and binarisation"

Description

Visualise binarisation

Usage

plotBinMeas(
  obj,
  ntraj = 16L,
  xfac = 1,
  measfac = 1,
  plotResc = TRUE,
  inSeed = NULL
)

## S3 method for class 'arcosTS'
plotBinMeas(
  obj,
  ntraj = 16L,
  xfac = 1,
  measfac = 1,
  plotResc = TRUE,
  inSeed = NULL
)

Arguments

obj

an arcosTS object.

ntraj

an integer with the number of random trajectories to plot. Set to 0 to plot all trajectories; default 16L.

xfac

a numeric with a rescaling factor for the x-axis; default 1.

measfac

a numeric with a rescaling factor for the measurement for visualisation purposes; default 1.

plotResc

logical, plot rescaled trajectory; default TRUE.

inSeed

an integer with the seed for the random number generator, default NULL.

Details

Visualise de-trending and visualisation of the measurement column on a random selection of time series.

Value

a ggplot2 object.

Examples

cat("no examples")

dmattek/ARCOS documentation built on Dec. 5, 2024, 11:02 p.m.