On 03/05/2014 09:09 PM, Baro wrote:
thanks Jim,

could you please show me some example?


# plot lines, then points
plot(1:5,type="l",col="blue")
points(1:5,col="black")
# plot both, then overplot points
plot(1:5,type="o",col="blue")
points(1:5,col="black")

Jim

______________________________________________
R-help@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.

Reply via email to