plot.gmjmcmc {FBMS} | R Documentation |
Function to plot the results, works both for results from gmjmcmc and merged results from merge.results
Description
Function to plot the results, works both for results from gmjmcmc and merged results from merge.results
Usage
## S3 method for class 'gmjmcmc'
plot(x, count = "all", pop = "last", ...)
Arguments
x |
The results to use |
count |
The number of features to plot, defaults to all |
pop |
The population to plot, defaults to last |
... |
Not used. |
Value
No return value, just creates a plot
Examples
result <- gmjmcmc(matrix(rnorm(600), 100), P = 2, gaussian.loglik, NULL, c("p0", "exp_dbl"))
plot(result)
[Package FBMS version 1.0 Index]