Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


FBMS (version 1.1)

plot.mjmcmc_parallel: Plot a mjmcmc_parallel run

Description

Plot a mjmcmc_parallel run

Usage

# S3 method for mjmcmc_parallel
plot(x, count = "all", ...)

Value

No return value, just creates a plot

Arguments

x

The results to use

count

The number of features to plot, defaults to all

...

Not used.

Examples

Run this code
result <- mjmcmc.parallel(runs = 1, cores = 1, matrix(rnorm(600), 100), gaussian.loglik)
plot(result)

Run the code above in your browser using DataLab