Norbert NEUWIRTH <norbert.s.neuwirth <at> univie.ac.at> writes:
> > I am deeply ashamed asking you this very basic question, but I did neither get it online nor by the > S/R-literature I have. > > I simply want to plot the values of a COUPLE of vectors within one graph - in concrete a couple of time series, a > couple of distributions and some stacked area graphs. I am higly convinced, that there are dozens of > solutions. Could you please recommend me one? It would be good if you provide a data set and an example that comes close to what you want. With standard graphic, check the use of "lines" instead of plot. And for lattice, have a look at http://dsarkar.fhcrc.org/lattice/book/figures.html for example Fig 15.12 is a bit similar to your request. Dieter ______________________________________________ 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.