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
I don't think we can do a lot with Q1 without some data. Data would probably help with Q2 as well. Have a look at the following links especially on how to use dput() to supply sample data. John Kane Kingston ON Canada > -Original Message- > From: jacksonmrodrig...@gmail.com > Sent: