Dear all, is it possible to provide custom color to the rarefaction curve of the package iNEXT (ggiNEXT)? If I have these data: ``` library(iNEXT) library(ggplot2) data(spider) out <- iNEXT(spider, q=0, datatype="abundance") ggiNEXT(out, type=1) ``` can i colour the lines with, let's say, yellow and green? Thank you -- Best regards, Luigi
______________________________________________ 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.