Re: [R] Problems plotting a sparse time series in R

2012-10-29 Thread Alexander Engelhardt
Thanks to you two! :) The zoo-manual explains the functions na.locf and na.approx, which deal with this problem. I have to admit I didn't read the whole thing before posting. But na.approx does exactly that - linear interpolation for all NA-points. Plots work fine after adding this line: ts

Re: [R] Problems plotting a sparse time series in R

2012-10-29 Thread David Winsemius
On Oct 29, 2012, at 8:14 AM, Alexander Engelhardt wrote: Hi guys, I am logging data about my body (weight, body fat, blood pressure, ..) in a .csv file and would like to plot this as a time series. I uploaded the (noisified) .csv, you can see the link in the code I have so far (you can r

Re: [R] Problems plotting a sparse time series in R

2012-10-29 Thread Joshua Ulrich
On Mon, Oct 29, 2012 at 10:14 AM, Alexander Engelhardt wrote: > Hi guys, > > I am logging data about my body (weight, body fat, blood pressure, ..) in a > .csv file and would like to plot this as a time series. I uploaded the > (noisified) .csv, you can see the link in the code I have so far (you