Skip to contents

Plot parameter values relative to their boundaries

Usage

plot_param(fit, out_only = FALSE, base_size = 8)

Arguments

fit

A gadget fit object or a data frame containing model parameters. See g3_fit.

out_only

Logical indicating whether only parameters outside their boundaries should be plotted.

base_size

Base size parameter for ggplot. See ggtheme.

Value

A ggplot object.

Details

The default plot is likely busy. Use plotly::ggplotly() to make it easier to interpret. If you are after parameters that are outside their boundaries, the out_only argument will help.

Examples

data(fit)
plot_param(fit)

plot_param(fit, out_only = TRUE)