Guest User

Untitled

a guest
Jan 17th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. > dput(head(mydata))
  2. structure(list(day = 1:6, on.mains = c(0L, 0L, 0L, 0L, 0L, 0L
  3. ), on.tank = 0:5, date2 = 18890101:18890106, year = c(1889, 1889,
  4. 1889, 1889, 1889, 1889), On.which = c("on.tank", "on.tank", "on.tank",
  5. "on.tank", "on.tank", "on.tank"), id2 = c(1L, 1L, 1L, 1L, 1L,
  6. 1L)), row.names = c(NA, 6L), class = "data.frame")
  7.  
  8. > dput(tail(mydata))
  9. structure(list(day = 47220:47225, on.mains = c(0L, 0L, 0L, 0L,
  10. 0L, 0L), on.tank = 48:53, date2 = 20180414:20180419, year = c(2018,
  11. 2018, 2018, 2018, 2018, 2018), On.which = c("on.tank", "on.tank",
  12. "on.tank", "on.tank", "on.tank", "on.tank"), id2 = c(130L, 130L,
  13. 130L, 130L, 130L, 130L)), row.names = 47220:47225, class = "data.frame")
  14. >
Add Comment
Please, Sign In to add comment