plotBinMeas | R Documentation |
Visualise binarisation
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
)
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. |
Visualise de-trending and visualisation of the measurement column on a random selection of time series.
a ggplot2 object.
cat("no examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.