This function is the plot method for an object of class RprobitB_fit.
# S3 method for RprobitB_fit
plot(x, type, ignore = NULL, ...)No return value. Draws a plot to the current device.
An object of class RprobitB_fit.
[character(1)]
The type of plot, which can be one of:
"mixture" to visualize the mixing distribution,
"acf" for autocorrelation plots of the Gibbs samples,
"trace" for trace plots of the Gibbs samples,
"class_seq" to visualize the sequence of class numbers.
[character()]
Covariate or parameter names that do not get visualized.
Currently not used.