plot.mjmcmc_parallel {FBMS} | R Documentation |
Plot a mjmcmc_parallel run
Description
Plot a mjmcmc_parallel run
Usage
## S3 method for class 'mjmcmc_parallel'
plot(x, count = "all", ...)
Arguments
x |
The results to use |
count |
The number of features to plot, defaults to all |
... |
Not used. |
Value
No return value, just creates a plot
Examples
result <- mjmcmc.parallel(runs = 1, cores = 1, matrix(rnorm(600), 100), gaussian.loglik)
plot(result)
[Package FBMS version 1.0 Index]