powered by
Function to plot the results, works both for results from gmjmcmc and merged results from merge.results
# S3 method for mjmcmc plot(x, count = "all", ...)
No return value, just creates a plot
The results to use
The number of features to plot, defaults to all
Not used.
result <- mjmcmc(matrix(rnorm(600), 100), gaussian.loglik) plot(result)
Run the code above in your browser using DataLab