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