[R] how superpose two graphics ?

Martin Maechler maechler at stat.math.ethz.ch
Tue Mar 27 11:46:03 CEST 2001


>>>>> "BISSERY" == BISSERY Alvine <Alvine.BISSERY at hop.egp.ap-hop-paris.fr> writes:

    BISSERY> hello, I'd like tu superpose two graphics, I mean, be able to
    BISSERY> plot two functions on the same graphics ..

maplot() can do this -->  ?matplot

If you want more fine control, sequentially use things like

   plot(......)
   lines(......)
   axis(...)  

   # etc

Martin Maechler <maechler at stat.math.ethz.ch>	http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum  LEO D10	Leonhardstr. 27
ETH (Federal Inst. Technology)	8092 Zurich	SWITZERLAND
phone: x-41-1-632-3408		fax: ...-1228			<><
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list