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

Marc Schwartz (via MN) mschwartz at mn.rr.com
Wed Apr 26 21:02:28 CEST 2006


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.

If you know how to navigate the R package subdirectories of your R
installation, the R code files for the demos are located in the 'demo'
subdir of the 'graphics' package.

Typically this would be:

  $RHOME/library/graphics/demo


HTH,

Marc Schwartz




More information about the R-help mailing list