(data are 2 coordinates point that I want to plot in 2D)
THANKS!
--
View this message in context: http://n4.nabble.com/plot-more-series-or-more-colors-tp1556751p1556751.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-h...@r-project.org mailing list
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.
>
> Hey,
> I need either to plot more than one series of data on the same plot,
> or to color the points of a single series with different colors
> according to
> some parameter,
> how can I do that?
>
> (data are 2 coordinates point that I want to plot in 2D)
?plot # col argument
?points
Sample data might have provoked a more expansive reply.
###----------
> and provide commented, minimal, self-contained, reproducible code.
###----------
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
Jim
______________________________________________