plotTrace {BayHap} | R Documentation |
Displays the trace histories for the specified parameter(s).
plotTrace(haplo.object, all = TRUE, name.var = " ", keep.rares.trace = FALSE)
haplo.object |
An object of class |
all |
Logical. The default value TRUE implies to plot the trace for all the parameters. If FALSE, the vector of names of the desired parameters to plot must be specified in |
name.var |
If all=FALSE, specify here a vector containing the names of the chosen parameters to plot their trace. |
keep.rares.trace |
Logical. Indicates if the trace for rare category must be shown. |
Graphs of trace histories.
Original version by Brian J. Smith in package Boa.
Adapted version by Raquel Iniesta riniesta@pssjd.org