>I hope you could help me with this. I have a dataframe >with 5 columns, the first column determining the X >values, and the rest four determining four separate Y >vectors. How can I plot them on the same graph, >overlaying each other? Use matplot() to plot several plots in the same window. help(matplot) for more info. Regards Jose Lozano