- models
An object of class GHRmodels containing fitted model output.
- mod_id
Character vector of model identifiers (must match entries in model$mod_gof$model_id).
If NULL (the default), all models are considered.
- name
A character vector specifying exact linear covariates names to be plotted.
If both pattern and name are NULL (the default), all
terms (except (Intercept)) are plotted.
- pattern
A character vector specifying prefix(es) to match (e.g., "tmin" matches "tmin", "tmin.l1", etc.)
Covariates matching these patterns (case‐insensitive search) will
be plotted. If both pattern and name are
NULL (the default), all terms (except (Intercept)) are plotted.
- title
An optional string specifying an overall plot title.
- mod_label
An optional named character vector mapping model names
to custom labels, e.g. c("mod1" = "Model 1"). Any model not found in the
vector names retains its original label.
- var_label
An optional named character vector mapping variable (or interaction) names
to custom labels. Interaction matching is order-insensitive: "A:B" matches
"B:A". Any term not found in the vector names retains its original label.
- palette
GHR, RColorBrewer or colorspace palette (e.g. "Purp") colour
palette to use for the different models. See all available options by running
GHR_palettes(), RColorBrewer::display.brewer.all() and
colorspace::hcl_palettes(plot=TRUE). Single R colors in colors() or hex
codes can also be used.
- exp
Logical,if TRUE the coefficients are exponentiated, Default is if FALSE.
- legend
Legend title for the replicate color scale. Default is "Model".