Guest User

Untitled

a guest
Nov 18th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. zoodata <- zoo(df, order.by=df$year)
  2. Warning message:
  3. In zoo(df, order.by = df$year) :
  4. some methods for “zoo” objects do not work if the index entries in ‘order.by’ are not unique
  5.  
  6. plot(zoodata$var)
  7. Error in plot.window(...) : ungültiger 'ylim' Wert
  8. In addition: Warning message:
  9. In zoo(rval, index(x)[i]) :
  10. some methods for “zoo” objects do not work if the index entries in ‘order.by’ are not unique
Add Comment
Please, Sign In to add comment