Skip to content
Prev 76796 / 398502 Next

Plot of multiple data sets

On 9/7/2005 9:28 AM, St??phane Mattei wrote:
See ?matplot.  For example,

matplot(1:10, cbind(rnorm(10),rnorm(10)), type='l')