On Fri, 24 Mar 2006 09:04:50 -0500 Michael Friendly wrote: > Thanks, Achim > > The cdplot is quite interesting too, though it answers a slightly > different question
Yes, certainly true. > Here's a similar plot, fleshed out as my others: [...] > This also solves the little problem I had with offsetting > the two rug plots (so as not to rely on color). Yes, very informative addition. > But I wonder why my main= title does not appear. That's a bug. The `main' argument is processed almost everywhere, but not passed on to the actual plot call, argh. Will provide a fix. As a workaround you can use title(). Best, Z ______________________________________________ [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
