cor_plot: Plot Coefficient Scatteplots

Description Usage Arguments Value Examples

View source: R/cor_plot.R

Description

Plot Coefficient Scatteplots

Usage

1
cor_plot(object, palette = "YlOrRd", direction = -1, ...)

Arguments

object

melsm object

palette

paletter for 2d density heat map

direction

direction of the gradient

...

currently ignored

Value

list of ggplot objects

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
fit_int <- melsm(fixed_location = rt ~ 1,
                 random_location = ~ 1| ID,
                 fixed_scale = sigma ~ 1,
                 random_scale = ~ 1 | ID, k = 3,
                 mixture = "SSVS", adapt = 5000,
                 iter = 10000, data = stroop)

cor_plot(fit_int)

## End(Not run)

donaldRwilliams/hypMuVar documentation built on Jan. 10, 2020, 9:45 a.m.