Skip to content
Prev 4888 / 15274 Next

Problem on ploting of a zoo object

Warning message:
In diff(as.numeric(value)) : NAs introduced by coercion

In the last statement you've tried to assign the same time to every observation.
[1] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [10] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [19] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [28] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [37] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [46] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [55] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [64] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [73] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [82] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
 [91] "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98" "04/98"
[100] "04/98"
On Thu, Sep 24, 2009 at 3:18 PM, Bogaso <bogaso.christofer at gmail.com> wrote: