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
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
.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
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
4 matches
Mail list logo