
fn_fig_fw
fn_fig_fw.Rd
Fitted values multi-panel plot using facet_wrap()
Arguments
- df
A data frame contains the following variables: independent (x) and dependent (y) variables, the fitted variable (fitt), a weighted variable (wi), and additional details including the weights (wi), fitted values (fitt), residuals (ei), and the scale.
- opacity
A numeric value for the alpha aesthetic used to control the transparency of elements in a plot.
- tint
A vector that specifies the palette colors used to color the points.
- scale
A numeric vector that defines the thresholds for coloring the points.
- order
A vector determines the sequence of the plots.
- my_labeller
Transforms objects to labeller functions. Used internally by labeller().
Details
The fitted values of the models for a landed presentation category were displayed as a multi-panel plot using the `fn_fig_fw()` function. The observed data points for each fitted relationship were categorized according to a weighted color scale.
Since the parameters contain subscripts, the labels were customized using the `ggplot2::as_labeller()` function and are stored in `my_labeller`.