Visualise binarisation
plotBinMeas(
obj,
ntraj = 16L,
xfac = 1,
measfac = 1,
plotResc = TRUE,
inSeed = NULL
)
# S3 method for arcosTS
plotBinMeas(
obj,
ntraj = 16L,
xfac = 1,
measfac = 1,
plotResc = TRUE,
inSeed = NULL
)
an arcosTS object.
an integer with the number of random trajectories to plot. Set to 0 to plot all trajectories; default 16L.
a numeric with a rescaling factor for the x-axis; default 1.
a numeric with a rescaling factor for the measurement for visualisation purposes; default 1.
logical, plot rescaled trajectory; default TRUE.
an integer with the seed for the random number generator, default NULL.
a ggplot2 object.
Visualise de-trending and visualisation of the measurement column on a random selection of time series.
cat("no examples")
#> no examples