Re: [R] Fwd: Re: Graph color

2010-02-01 Thread Greg Snow
Sent: Friday, January 29, 2010 4:30 PM To: Jim Lemon; r-help@r-project.org; baptiste auguie Subject: Re: [R] Fwd: Re: Graph color Hi Jim, Last question. I´m using a spanish version (there are some documents on how constructing good plots and I have found them althought not very intuitive

Re: [R] Fwd: Re: Graph color

2010-02-01 Thread Jose Narillos de Santos
: [R] Fwd: Re: Graph color Hi Jim, Last question. I´m using a spanish version (there are some documents on how constructing good plots and I have found them althought not very intuitive...) I will read them in a next days. Only if you know the way. Imagine I have made

Re: [R] Fwd: Re: Graph color

2010-01-30 Thread Jose Narillos de Santos
Many thanks I will try to check it latter¡¡¡ One more think... To add a box on a plot (and locate where you want (I think you will say floating)) you know the function? Not a Lengend but something similar but writting what you want inside to indicate wat you want. 2010/1/30 Jim Lemon

Re: [R] Fwd: Re: Graph color

2010-01-29 Thread Jose Narillos de Santos
Hi Jim, Last question. I´m using a spanish version (there are some documents on how constructing good plots and I have found them althought not very intuitive...) I will read them in a next days. Only if you know the way. Imagine I have made a plot like plot(x,y) and I use labels (on each

Re: [R] Fwd: Re: Graph color

2010-01-29 Thread Jim Lemon
On 01/30/2010 10:29 AM, Jose Narillos de Santos wrote: Hi Jim, Last question. I´m using a spanish version (there are some documents on how constructing good plots and I have found them althought not very intuitive...) I will read them in a next days. Only if you know the way. Imagine I have made

Re: [R] Fwd: Re: Graph color

2010-01-28 Thread Jose Narillos de Santos
Hi Jim your suggestion doesn´t work properly. I have find some documents on graphs so let me think till monday and if not I will detail where it fails. Sorry again...I feel very silly, really, it is not a joke but I will continue trying... I have a question also, in a general plot (please if you

Re: [R] Fwd: Re: Graph color

2010-01-28 Thread Greg Snow
] On Behalf Of Jose Narillos de Santos [narillosdesan...@gmail.com] Sent: Thursday, January 28, 2010 4:08 PM To: Jim Lemon; baptiste auguie Cc: r-help@r-project.org Subject: Re: [R] Fwd: Re: Graph color Hi Jim your suggestion doesn´t work properly. I have find some documents on graphs so let me think till

Re: [R] Fwd: Re: Graph color

2010-01-27 Thread Jose Narillos de Santos
Finally I´m very near on the graph I want... The code is this (based on your guide): First I read this data on the M.txt file: Player TYr Dec Jose 20 14 Pepe 12 16 Andres 15 12 Guille 16 14 Pedro 18 19 Luis 14 19 Raul 18 15 Pepe 7 5 MC-read.table(MC.txt,header=T,sep=,dec=,) #I read the

Re: [R] Fwd: Re: Graph color

2010-01-27 Thread Jim Lemon
On 01/28/2010 09:52 AM, Jose Narillos de Santos wrote: Finally I´m very near on the graph I want... The code is this (based on your guide): First I read this data on the M.txt file: Player TYr Dec Jose20 14 Pepe12 16 Andres 15 12 Guille 16 14 Pedro 18 19

[R] Fwd: Re: Graph color

2010-01-26 Thread narillosdesantos
No mate, Sorry first of all about my indefinition (I´m Spanish, I´m improving everyday but a long road to the perfection). Sorry pleae. Second, also it is diffcoult sometimes to express what we try (sorry and many thanks just for reading of course for helping). Imagine you plot X=[2 4 6 8]

Re: [R] Fwd: Re: Graph color

2010-01-26 Thread baptiste auguie
Hi, Try this, x - seq(0, 10, len = 100) y - jitter(sin(x), 1000) old.par - par() par(bg=grey(0.5)) plot(x, y, new = TRUE, t = n) lims - par(usr) plot(x, y, col = 1, panel.first = { rect(lims[1], lims[3], lims[2], lims[4], col = lightblue) }) HTH, baptiste 2010/1/26

Re: [R] Fwd: Re: Graph color

2010-01-26 Thread Jim Lemon
On 01/27/2010 06:41 AM, narillosdesan...@gmail.com wrote: No mate, Sorry first of all about my indefinition (I´m Spanish, I´m improving everyday but a long road to the perfection). Sorry pleae. Second, also it is diffcoult sometimes to express what we try (sorry and many thanks just for