[R] Code for "Screenshots" graphics (following on from ease-of-use issues on www.r-project.org)

Thomas Lumley tlumley at u.washington.edu
Wed Apr 26 21:21:41 CEST 2006


On Wed, 26 Apr 2006, Marc Schwartz (via MN) wrote:

> On Wed, 2006-04-26 at 11:05 -0700, John McHenry wrote:
>> Does anyone know where the code for the graphics on:
>>
>>   http://www.r-project.org/screenshots/screenshots.html
>>
>>   lives?
>
>
> demo(graphics)
>
> demo(image)
>
> demo(persp)
>
>
> These should cover each of the screen shots and then some.
>


At least three of them aren't there (though most of the necessary ideas 
are).   The forest plot is example(catheter)  in the rmeta package.

The coplot with nice interactions is
coplot(Ozone~Solar.R|Temp*Wind, number=4,pch=21,col="darkred",bg="darkred", data=airquality)

and the code for the mathematical annotation example is in the archives 
at: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/60471.html


 	-thomas

Thomas Lumley			Assoc. Professor, Biostatistics
tlumley at u.washington.edu	University of Washington, Seattle




More information about the R-help mailing list