On Fri, 2004-03-26 at 10:41, [EMAIL PROTECTED] wrote: > I am attempting to plot something called a (marginal) dot diagram > which is a regular scatterplot with an extra set of plots in the > margins along both the X and Y axes. I have looked everywhere I can > think for information. Can anyone give me any suggestions? Is there a > single command that generates it or do I have to generate a regular > scatterplot then add the additional plots in the margins? > > Thanks in advance for your help. > > Neil Desnoyers
See the last example in the help for ?layout, which will provide some guidance. In that case, it is creating a scatterplot with marginal histograms. HTH, Marc Schwartz ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
