Create a density plot with parameter values
PlotParam(
data,
param,
ROPE = FALSE,
monochrome = TRUE,
plot.colors = c("#495054", "#e3e8ea"),
font.type = "serif",
font.size = 4.5,
rope.line = -0.2,
rope.tick = -0.1,
rope.label = -0.35,
line.size = 0.5,
dens.zero.col = "black",
dens.mean.col = "white",
dens.median.col = "white",
dens.mode.col = "black",
dens.rope.col = "black",
scale = FALSE,
y.limits = NULL,
y.breaks = NULL,
x.limits = NULL,
x.breaks = NULL,
plot.title = NULL
)
MCMC data to plot
parameter of interest
plot ROPE values, Default: FALSE
logical, indicating whether or not to use monochrome colors, else use DistinctColors, Default: TRUE
range of color to use, Default: c("#495054", "#e3e8ea")
font type used for visualizations, Default: 'serif'
font size, Default: 4.5
size of ROPE lien, Default: -0.2
distance to ROPE tick, Default: -0.1
distance to ROPE label, Default: -0.35
overall line size, Default: 0.5
colour of line indicating zero, Default: 'black'
colour of line indicating mean value, Default: 'white'
colour of line indicating median value, Default: 'white'
colour of line indicating mode value, Default: 'black'
colour of line indicating ROPE value, Default: 'black'
scale x and y axis, Default: FALSE
vector of y limits, Default: NULL
vector of y breaks, Default: NULL
= vector of x limits, Default: NULL
= vector of x breaks, Default: NULL
= title of plot, Default: NULL
Density plot of parameter values
mutate
,group_by
,join
,select
,slice
,filter
approxfun
aes
,margin
,geom_density
,geom_polygon
,geom_segment
,geom_label
,ggplot
,ggplot_build
,scale_continuous
,theme
,labs