plotThin: Plot diagnosis for results of thin function

Description Usage Arguments See Also

View source: R/plot_thin.R

Description

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].

Usage

1
2
3
4
5
6
plotThin(
  thinned,
  which = c(1:3),
  ask = prod(par("mfcol")) < length(which) && dev.interactive(),
  ...
)

Arguments

thinned

A list of data.frames returned by thin function.

which

if a subset of the plots is required, specify a subset of the numbers 1:3.

ask

logical; if TRUE, the user is asked before each plot, see par(ask=.).

...

other parameters to be passed through to plotting functions.

See Also

thin.algorithm

thin


spThin documentation built on Nov. 16, 2019, 1:07 a.m.