plotTempTraj {nimbleAPT} | R Documentation |
plot.tempTraj
Description
Plot the trajectories of a temperature ladder of an adaptive parallel tempering algorithm
Usage
plotTempTraj(cAPT)
Arguments
cAPT |
An APT object generated by buildAPT and compiled by compileNimble. |
Details
plotTempTraj Returns two plots, one with T~iterations, the other log10(T)~iterations.
Value
A plot of the trajectories.
Author(s)
David Pleydell
See Also
An example is provided in the documentation of buildAPT.
[Package nimbleAPT version 1.0.6 Index]