Skip to contents

Plot the means of a model with a predictor variable

Usage

plot_model_means_orchard(dat, variable, predictor_means, new_order, title)

Arguments

dat

A tibble with the data to plot

variable

A character string of the predictor variable to plot

predictor_means

A tibble with the means of the model

new_order

A character vector of the new order of the variable

title

A character string of the plot title

Value

A ggplot object