BSTools.DebugPlot: BSTools.DebugPlot

Description Usage Arguments

View source: R/bs_tools.R

Description

Plots results of JAGS simulation obtained from BSTools.Run2. Result is similar to calling plot on the direct result of coda.samples

Usage

1
BSTools.DebugPlot(data, traceLen = 1000L, densLen = 10000L, nPltRow = 3L)

Arguments

data

A list of tibbles - one per each simulated chain.

traceLen

Amount of data used in traceplot. If traceLen is less than the size of input tibble, input is equally sampled to produce a total of traceLen points on the plot. Can be useful to accelerate computations.

densLen

Amount of data used to construct density (distribution) plots. Value smaller than the size of data downsamples input to accelerate computations of densities and plotting.

nPltRow

Number of plot rows per page. A good value is between 1 and 4.


Ilia-Kosenkov/RLibs documentation built on Jan. 26, 2020, 2:21 p.m.