Hi this particular graph is a combination of several approaches see
layout # how to split plot window (or ?split) par(new=TRUE) # how to plot several times to the same window without erasing previous plot and of course sophisticated use of all other stuff which is available in R. See also par(fig=...) plot(1:10) par(fig=c(0.1,.5,0.1,.5), new=T) boxplot(rnorm(10)) Petr [EMAIL PROTECTED] napsal dne 26.07.2007 09:26:16: > Does anyone have a simple explanation and example on how to add histograms or > barcharts to an other graph like in the example at the R-graph gallery: > > http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109 > > looking at the code I'not undertand very well how to add graphs in > arbitrary/clever position with an adequate scale. > > If somebody have a simplier example with explanations it will be highly appreciate. > > Best > Daniele > > > ------------------------------------------------------ > Scegli infostrada: ADSL gratis per tutta l’estate e telefoni senza canone Telecom > > ______________________________________________ > [email protected] 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. ______________________________________________ [email protected] 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.
