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
[EMAIL PROTECTED]       University of Washington, Seattle

______________________________________________
[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

Reply via email to