Re: [R] To plot and to extract info from a plot

2015-09-19 Thread Jim Lemon
HI Jackson, This might get you started: # plot a few squiggles plot(runif(100)+1,seq(1,0,length.out=100),xlim=c(1,6), type="l",main="Squiggles by Years", xlab="Squiggles",ylab="Years",xaxt="n") lines(runif(100)+2,seq(1,0,length.out=100)) lines(runif(100)+3,seq(1,0,length.out=100)) li

Re: [R] To plot and to extract info from a plot

2015-09-19 Thread David Winsemius
On Sep 19, 2015, at 3:25 PM, Jackson Rodrigues wrote: > Hi everybody, > > I need help to plot (question 1) and to extract information from another > plot (question 2). Could anyone help me? I will be very grateful. > I do not know if I could enclose a figure here, so I saved it in my dropbox > a

Re: [R] To plot and to extract info from a plot

2015-09-19 Thread John Kane
.com > Sent: Sun, 20 Sep 2015 00:25:33 +0200 > To: r-help@r-project.org > Subject: [R] To plot and to extract info from a plot > > Hi everybody, > > I need help to plot (question 1) and to extract information from another > plot (question 2). Could anyone help me? I will be

[R] To plot and to extract info from a plot

2015-09-19 Thread Jackson Rodrigues
Hi everybody, I need help to plot (question 1) and to extract information from another plot (question 2). Could anyone help me? I will be very grateful. I do not know if I could enclose a figure here, so I saved it in my dropbox at https://www.dropbox.com/s/97ud54886cn6u8i/figure%20for%20r%20group