Displaying 1 result from an estimated 1 matches for "co2_a1cont".
2012 Jan 06
1
What is wrong with this plotting?
Hello
I have a data frame, called input, like this:
DateTime CO2_A1cont
1 2011-04-08 11:47:01 NA
2 2011-04-08 12:42:01 8.90000
3 2011-04-08 13:07:01 NA
4 2011-04-08 13:32:01 NA
5 2011-04-08 13:57:01 7.556482
6 2011-04-08 14:22:01 NA
....
57 2011-04-09 16:52:01 4.961558
And like to plot this series with plot() and connected lines,...