Learn R Programming

FBMS (version 1.3)

plot.mjmcmc_parallel: Plot an mjmcmc_parallel Run

Description

Plot an 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, 
y = matrix(rnorm(100), 100),
x = matrix(rnorm(600), 100), 
loglik.pi = gaussian.loglik)
plot(result)

Run the code above in your browser using DataLab