В Fri, 14 Jul 2023 18:33:38 +0200
Luigi Marongiu <marongiu.lu...@gmail.com> пишет:

> COLS = c("green", "red", "blue", "yellow")

>   geom_errorbar(aes(x=Time, ymin=ddC-SD, ymax=ddC+SD, colour=mM,
> group=mM), width=.1, colour=COLS) +

The last `colour` argument in the call above is a character vector of
length 4. You probably meant to use it with a scale_colour_... function
instead.

-- 
Best regards,
Ivan

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to