Creates a Bayes factor function plot
of an BFF object. The BFF object needs to be specified
with omega = NULL or .
# S3 method for BFF
plot(x, plot = TRUE, ...)either a ggplot2 object if plot = TRUE or a data.frame
with a Bayes factor function if plot = FALSE
a BFF object
whether plot should be generated.
Default to TRUE. If FALSE a data
frame with the support, prior ordinates, and
posterior ordinates is returned instead.
additional arguments to the plotting function. These include:
tile of the figure
x-axis label of the figure
y-axis label of the figure
whether effect size
segments should be added to the figure. Available only
for standardized effect sizes. Defaults to TRUE
[z_test_BFF()], [t_test_BFF()], [chi2_test_BFF()], [f_test_BFF()]