Plot of wisp parameters
plot-parameters.RdFunction to make nicely formatted violin (or bar) plots of the fitted wisp parameters, including confidence intervals if stat information is available.
Usage
plot.parameters(
wisp.results,
species = c(),
violin = TRUE,
print.plots = FALSE,
species.classes = NULL,
verbose = TRUE
)Arguments
- wisp.results
List, output of the wisp function.
- species
Character string, the species level to be plotted. If c(), all species levels are plotted.
- violin
Logical, if TRUE, plots violin plots for each parameter; if FALSE, uses bar plots.
- print.plots
Logical, if TRUE, prints the plots to the console; if FALSE, only returns a list of plots without printing.
- species.classes
List, a list of character vectors specifying which species levels to include together in plots. If NULL, all species levels are included in a single plot.
- mc_type
Character string, type of model component to plot ("rate", "tpoint", "tslope"). If NULL, all model components are plotted.
- verbose
Logical, if TRUE, prints updates about the plotting process.