The plot()
method for the bayestestR::bayesfactor_parameters()
function.
# S3 method for see_bayesfactor_parameters
plot(
x,
size_point = 2,
color_rope = "#0171D3",
alpha_rope = 0.2,
show_intercept = FALSE,
...
)
A ggplot2-object.
An object.
Numeric specifying size of point-geoms.
Character specifying color of ROPE ribbon.
Numeric specifying transparency level of ROPE ribbon.
Logical, if TRUE
, the intercept-parameter is included
in the plot. By default, it is hidden because in many cases the
intercept-parameter has a posterior distribution on a very different
location, so density curves of posterior distributions for other parameters
are hardly visible.
Arguments passed to or from other methods.