Re: [R] Plotting does odd line thing

2014-04-08 Thread Frede Aakmann Tøgersen
l/notice<http://www.vestas.com/legal/notice> If you have received this e-mail in error please contact the sender. From: David Doyle [mailto:kydaviddo...@gmail.com] Sent: 8. april 2014 18:52 To: Frede Aakmann Tøgersen Cc: Jim Lemon; r-help@r-project.org Subject: Re: [R] Plotting does odd line thing

Re: [R] Plotting does odd line thing

2014-04-08 Thread David Doyle
> T +45 9730 5135 > M +45 2547 6050 > fr...@vestas.com > http://www.vestas.com > > Company reg. name: Vestas Wind Systems A/S > This e-mail is subject to our e-mail disclaimer statement. > Please refer to www.vestas.com/legal/notice > If you have received this e-mail in er

Re: [R] Plotting does odd line thing

2014-04-07 Thread Frede Aakmann Tøgersen
or please contact the sender. > -Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Jim Lemon > Sent: 8. april 2014 04:53 > To: David Doyle > Cc: r-help@r-project.org > Subject: Re: [R] Plotting does odd line thi

Re: [R] Plotting does odd line thing

2014-04-07 Thread Jim Lemon
On 04/08/2014 12:20 PM, David Doyle wrote: Hello folks, When I use the lines function below it connects all my points but then draws a line back to the start point. Any suggestions on what is going on?? mydata<-read.csv("http://doylesdartden.com/R/test_data.csv";, sep=",") attach(mydata) plo

Re: [R] Plotting does odd line thing

2014-04-07 Thread Marc Girondot
Le 08/04/2014 04:20, David Doyle a écrit : Hello folks, When I use the lines function below it connects all my points but then draws a line back to the start point. Any suggestions on what is going on?? mydata <-read.csv("http://doylesdartden.com/R/test_data.csv";, sep=",") attach(mydata) pl

[R] Plotting does odd line thing

2014-04-07 Thread David Doyle
Hello folks, When I use the lines function below it connects all my points but then draws a line back to the start point. Any suggestions on what is going on?? mydata <-read.csv("http://doylesdartden.com/R/test_data.csv";, sep=",") attach(mydata) plot(EMD~Year,data=mydata, subset = Well.ID %in