Re: [R] Unexpected Gap in simple line plot

2011-01-21 Thread Duncan Murdoch
On 20/01/2011 9:33 PM, D Kelly O'Day wrote: Bill& Duncan Thanks for your quick reply. I would still be looking for days. Now I have to figure out how the bad data got into cts since I generate this file each month. When I read that .csv file in OpenOffice, the lines with the NAs arise becau

Re: [R] Unexpected Gap in simple line plot

2011-01-20 Thread D Kelly O'Day
Bill & Duncan Thanks for your quick reply. I would still be looking for days. Now I have to figure out how the bad data got into cts since I generate this file each month. -- View this message in context: http://r.789695.n4.nabble.com/Unexpected-Gap-in-simple-line-plot-tp3228853p3228920.htm

Re: [R] Unexpected Gap in simple line plot

2011-01-20 Thread Bill.Venables
project.org] On Behalf Of D Kelly O'Day Sent: Friday, 21 January 2011 11:12 AM To: r-help@r-project.org Subject: [R] Unexpected Gap in simple line plot I am getting an unexpected gap in a simple plot of monthly data series. I have created a csv file of monthly climate observations that I s

Re: [R] Unexpected Gap in simple line plot

2011-01-20 Thread Duncan Murdoch
On 20/01/2011 8:12 PM, D Kelly O'Day wrote: I am getting an unexpected gap in a simple plot of monthly data series. I have created a csv file of monthly climate observations that I store on-line. When I download the csv file and plot one of the series, I get a gap even though there is data for

[R] Unexpected Gap in simple line plot

2011-01-20 Thread D Kelly O'Day
I am getting an unexpected gap in a simple plot of monthly data series. I have created a csv file of monthly climate observations that I store on-line. When I download the csv file and plot one of the series, I get a gap even though there is data for the missing point. Here is a snippet to show