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

______________________________________________
R-help@stat.math.ethz.ch 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