plot.gmjmcmc_merged {FBMS}R Documentation

Plot a gmjmcmc_merged run

Description

Plot a gmjmcmc_merged run

Usage

## S3 method for class 'gmjmcmc_merged'
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 <- gmjmcmc.parallel(
 runs = 1,
 cores = 1,
 list(populations = "best", complex.measure = 2, tol = 0.0000001),
 matrix(rnorm(600), 100),
 P = 2,
 gaussian.loglik,
 loglik.alpha = gaussian.loglik.alpha,
 c("p0", "exp_dbl")
)
plot(result)


[Package FBMS version 1.0 Index]