Skip to contents

Creates a color element for plot_gof_theme() controlling the manual color scale for DV, PRED, and IPRED overlay lines.

Usage

pmx_color(dv = NULL, pred = NULL, ipred = NULL)

Arguments

dv

Color for DV central tendency. Default "blue".

pred

Color for PRED central tendency. Default "red".

ipred

Color for IPRED central tendency. Default "green".

Value

A pmx_color element object

See also

Examples

pmx_color(dv = "black", pred = "purple", ipred = "darkgreen")
#> <pmx_color>
#>   dv = black, pred = purple, ipred = darkgreen