plot.mjmcmc {FBMS} | R Documentation |
Function to plot the results, works both for results from gmjmcmc and merged results from merge.results
## S3 method for class 'mjmcmc'
plot(x, count = "all", ...)
x |
The results to use |
count |
The number of features to plot, defaults to all |
... |
Not used. |
No return value, just creates a plot
result <- mjmcmc(matrix(rnorm(600), 100), gaussian.loglik)
plot(result)