R/plot.R
plot.outstandR.Rd
Default Plot Method for outstandR Objects
# S3 method for class 'outstandR' plot(x, ..., type = c("both", "contrasts", "absolute"), labels = NULL)
An object of class 'outstandR' or a list of 'outstandR' objects.
Additional 'outstandR' objects for comparison.
Character, one of "both" (default), "contrasts", or "absolute".
Optional character vector of names for the models.
A ggplot2::ggplot() object representing the forest plot of the results.
ggplot2::ggplot()