Re: [R] plotting with R

2009-04-22 Thread stephen sefick
check out ggplot2 there is an entire website devoted to the package (and a book also). The R graph gallery has graphs and the code to produce the graphs. hope this helps Stephen Sefick On Wed, Apr 22, 2009 at 9:01 AM, Christof Winter wrote: > Bala subramanian wrote, On 04/21/09 17:07: >> >> Fri

Re: [R] plotting with R

2009-04-22 Thread Christof Winter
Bala subramanian wrote, On 04/21/09 17:07: Friends, i) I am new to R. Kindly suggest some resources that has examples of plotting with R. I really like: http://zoonek2.free.fr/UNIX/48_R/03.html Cheers, Christof -- Christof Winter Bioinformatics Group Biotechnologisches Zentrum Technische Uni

Re: [R] plotting with R

2009-04-22 Thread baptiste auguie
if it hasn't been suggested already: ggplot2 also has a book and a website: http://had.co.nz/ggplot2/ I would recommend any newcomer to have a look as it provides a clear, consistent and elegant syntax to produce very nice plots. baptiste On 22 Apr 2009, at 03:14, Erik Iverson wrote: In add

Re: [R] plotting with R

2009-04-21 Thread Erik Iverson
In addition to the refs already provided, I have read both "R Graphics" by Paul Murrell and "Lattice" by Deepayan Sarkar, and can highly recommend both of them. Bala subramanian wrote: Friends, i) I am new to R. Kindly suggest some resources that has examples of plotting with R. ii) How to se

Re: [R] plotting with R

2009-04-21 Thread Stephen J. Barr
] plotting with R Friends, i) I am new to R. Kindly suggest some resources that has examples of plotting with R. ii) How to set number of tick marks and labels, i have a x axis ranging fro 1 to 21. By default R shows the tick marks at 5, 10,15,20. How can i change this. Thanks, Bala

Re: [R] plotting with R

2009-04-21 Thread David Winsemius
On Apr 21, 2009, at 11:07 AM, Bala subramanian wrote: Friends, i) I am new to R. Kindly suggest some resources that has examples of plotting with R. http://addictedtor.free.fr/graphiques/ http://lmdvr.r-forge.r-project.org/figures/figures.html ii) How to set number of tick marks and labe

[R] plotting with R

2009-04-21 Thread Bala subramanian
Friends, i) I am new to R. Kindly suggest some resources that has examples of plotting with R. ii) How to set number of tick marks and labels, i have a x axis ranging fro 1 to 21. By default R shows the tick marks at 5, 10,15,20. How can i change this. Thanks, Bala [[alternative HTML ve

Re: [R] Plotting with R: setting the y axis

2007-11-26 Thread Dylan Beaudette
On Monday 26 November 2007, Dave Jacoby wrote: > I have a series of numbers I'm wanting to plot. They come from a > nanodrop machine, which graphs with a specific x and y indices. X goes > from 220nm to 350nm, which I can set. But the y axis should go from -5 > to 65, but I'm finding it impossible

[R] Plotting with R: setting the y axis

2007-11-26 Thread Dave Jacoby
I have a series of numbers I'm wanting to plot. They come from a nanodrop machine, which graphs with a specific x and y indices. X goes from 220nm to 350nm, which I can set. But the y axis should go from -5 to 65, but I'm finding it impossible to hardcode that. I've looked. I've typed ?plot at the