hi all, I wish to draw on the same graphic device 3 functions. But i don't want them to be on different graph, i want to compare them on the same I don't need mfrow or mfcol, I need something else... 1 graph on 1 device inside this graph 3 ploted function. I saw something unsing data.frame, but i think it's overkill, and something less complicated must exist, if not why? why not plot(func1,func2,func3) ?? thks. //////////////////////////////////////////////////////////// // Webmail Oreka : oreka.com ////////////////////////////////////////////////////////////
Hi Maybe matplot (see ?matplot) can help you. Regards, Christoph Buser -------------------------------------------------------------- Christoph Buser <buser at stat.math.ethz.ch> Seminar fuer Statistik, LEO C13 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-44-632-4673 fax: 632-1228 stat.ethz.ch/~buser -------------------------------------------------------------- herodote at oreka.com writes: > hi all, > > I wish to draw on the same graphic device 3 functions. > > But i don't want them to be on different graph, i want to compare them on the same > > I don't need mfrow or mfcol, I need something else... > > 1 graph on 1 device inside this graph 3 ploted function. > > I saw something unsing data.frame, but i think it's overkill, and something less complicated must exist, if not why? > > why not plot(func1,func2,func3) ?? > > thks. > > > //////////////////////////////////////////////////////////// > // Webmail Oreka : oreka.com > //////////////////////////////////////////////////////////// > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! R-project.org/posting-guide.html