View source: R/plot.bayesfactor_parameters.R
plot.see_bayesfactor_parameters | R Documentation |
The plot()
method for the bayestestR::bayesfactor_parameters()
function.
## S3 method for class 'see_bayesfactor_parameters'
plot(
x,
size_point = 2,
rope_color = "#0171D3",
rope_alpha = 0.2,
show_intercept = FALSE,
...
)
x |
An object. |
size_point |
Numeric specifying size of point-geoms. |
rope_color |
Character specifying color of ROPE ribbon. |
rope_alpha |
Numeric specifying transparency level of ROPE ribbon. |
show_intercept |
Logical, if |
... |
Arguments passed to or from other methods. |
A ggplot2-object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.