Return a color palette for the the default MEMC model configurations and other simulations
memc_colorPalette.Rd
Return a color palette for the the default MEMC model configurations and other simulations
Examples
if (FALSE) { # \dontrun{
out <- memc_solve(MEND_config, time = 0:100)
ggplot(data = out) +
geom_line(aes(time, value, color = name)) +
scale_color_manual(values = memc_colorPalette()) +
facet_wrap("variable", scales = "free")
} # }