Learn R Programming

FBMS (version 1.0)

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