Bonjour,
  Je veux savoir comment je peux avoir avec R deux graphiques en un seul 
graphique?
  Exemple 
   
  Hi,
  I want to know how I can have  with R two graphs in only one graph?
  Example
   
  x<-seq(0,4,0.1)
  plot(x,dnorm(x),type="l")     
  plot(x,dgamma(x,2,0.5),typ="p")
   
  Thanks

 __________________________________________________



        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to