?matplot On Fri, Oct 10, 2008 at 9:50 AM, mentor_ <[EMAIL PROTECTED]> wrote: > > Hi, > > I have three vectors and I would like to plot them in one window. So R > should overlay them in the > quartz. I achieved this by plotting the first vector: plot(v1) and add the > other two with > points(v2) and points(v3). Is there another way to achieve the same result? > > Cheers > -- > View this message in context: > http://www.nabble.com/Overlay-Plots-tp19918234p19918234.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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. >
-- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve? ______________________________________________ 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.