Skip to contents

mc_color_palettes return a pair of default color for data observations and model prediction.

Usage

mc_color_palettes()

mc_set_model_color(model_color = NULL)

mc_set_obs_color(obs_color = NULL)

Arguments

model_color, obs_color

The color used for model predictions and data observations. By default, mcplot() uses mc_color_palettes() to define colors for model predictions and data observations.

Details

mc_set_model_color sets a global color for all geoms that represent model predictions. It change all color related aesthetics (e.g. color or fill). mc_set_obs_color does the same thing as mc_set_model_color except setting for geoms that represent data observations.