Skip to content
Prev 138896 / 398506 Next

zoo object won't plot

1. This is not reproducible.
Lines was not provided in reproducible form.
Please look at my prior emails and use that
form so that one can copy from your post and
paste it directly into R and observe the error.

2. What do you mean by does not plot?  Do you get
an error or does nothing appear?  If its the latter
its because there are no lines in the plot, only
disjoint points separated by NAs so one would
not expect there to be any lines.

plot(na.omit(z1))
plot(na.approx(z1, na.rm = FALSE))
plot(z1, type = "p")

would all create plots with lines (or points) if that's the problem.
On Fri, Mar 7, 2008 at 1:53 PM, stephen sefick <ssefick at gmail.com> wrote: