Three plots (selected by which
) are currently available:
a plot of the number of repetitions versus the number of maximum records retained
at each repetition ([1] observed values; [2] log transformed) and
a histogram of the maximun records retained [3].
plotThin(
thinned,
which = c(1:3),
ask = prod(par("mfcol")) < length(which) && dev.interactive(),
...
)
A list of data.frames returned by thin
function.
if a subset of the plots is required, specify a subset of the numbers 1:3.
logical; if TRUE
, the user is asked before each plot, see par(ask=.).
other parameters to be passed through to plotting functions.