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

2006-11-16 Thread Knut
Patrick Drechsler patrick at pdrechsler.de writes:

 
 Knut M. Wittkowski wrote:
  Apologies if this is the wrong list, but could somebody put the 
  information on how to create the graphs on 
  http://www.r-project.org/screenshots/screenshots.html (or a link to 
  these instructions) next to the graphs?
 
 A nice reference for graphics with R can be found here:
 
 http://addictedtor.free.fr/graphiques/
 
 I think you'll find most graphs from the screenshot page in the gallery 
 (including R code).
 
 HTH
 Patrick

Thanks!

This link would also fit onto the Screenshots Web site.

Knut

__
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
and provide commented, minimal, self-contained, reproducible code.


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

2006-11-15 Thread Knut M. Wittkowski
Apologies if this is the wrong list, but could somebody put the 
information on how to create the graphs on 
http://www.r-project.org/screenshots/screenshots.html (or a link to 
these instructions) next to the graphs?

__
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
and provide commented, minimal, self-contained, reproducible code.


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

2006-11-15 Thread Patrick Drechsler
Knut M. Wittkowski wrote:
 Apologies if this is the wrong list, but could somebody put the 
 information on how to create the graphs on 
 http://www.r-project.org/screenshots/screenshots.html (or a link to 
 these instructions) next to the graphs?

A nice reference for graphics with R can be found here:

http://addictedtor.free.fr/graphiques/

I think you'll find most graphs from the screenshot page in the gallery 
(including R code).

HTH

Patrick

__
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
and provide commented, minimal, self-contained, reproducible code.


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

2006-04-26 Thread John McHenry
Does anyone know where the code for the graphics on: 
   
  http://www.r-project.org/screenshots/screenshots.html 
   
  lives?
   


-

[[alternative HTML version deleted]]

__
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


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

2006-04-26 Thread Marc Schwartz (via MN)
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


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

2006-04-26 Thread Thomas Lumley
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

__
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