Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. POP POP_56 POP_58 POP_60 POP_66 POP_68 POP_71 POP_84
  2. a 10 10 20 20 30 30 30
  3. b 10 10 10 20 20 20 20
  4. c 10 10 20 20 30 30 30
  5. d 40 40 40 40 40 40 40
  6. e 50 50 50 60 60 60 60
  7.  
  8. POP POP_56 POP_58 POP_60 POP_66 POP_68 POP_71 POP_84
  9. a 10 10
  10. a 20 20
  11. a 30 30 30
  12. b 10 10 10
  13. b 20 20 20 20
  14. c 10 10
  15. c 20 20
  16. c 30 30 30
  17. d 40 40 40 40 40 40 40
  18. e 50 50 50
  19. e 60 60 60 60
  20.  
  21. structure(list(POP = structure(1:5, .Label = c("a", "b", "c",
  22. "d", "e"), class = "factor"), DAP_56 = c(10L, 10L, 10L, 40L,
  23. 50L), DAP_58 = c(10L, 10L, 10L, 40L, 50L), DAP_60 = c(20L, 10L,
  24. 20L, 40L, 50L), DAP_66 = c(20L, 20L, 20L, 40L, 60L), DAP_68 = c(30L,
  25. 20L, 30L, 40L, 60L), DAP_71 = c(30L, 20L, 30L, 40L, 60L), DAP_84 = c(30L,
  26. 20L, 30L, 40L, 60L)), class = "data.frame", row.names = c(NA,
  27. -5L))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement