Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. > library(dygraphs)
  2. > dygraph(ldeaths, main = "All", group = "lung-deaths")
  3.  
  4. options("viewer"=NULL)
  5. dygraph(ldeaths, main = "All", group = "lung-deaths")
  6.  
  7. library(dygraphs)
  8. dygraph(ldeaths, main = "All", group = "lung-deaths")
  9.  
  10. sessionInfo()
  11. R version 3.2.2 (2015-08-14)
  12. Platform: x86_64-pc-linux-gnu (64-bit)
  13. Running under: Ubuntu 14.04.3 LTS
  14.  
  15. locale:
  16. [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=zh_TW.UTF-8 LC_COLLATE=en_US.UTF-8
  17. [5] LC_MONETARY=zh_TW.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=zh_TW.UTF-8 LC_NAME=C
  18. [9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=zh_TW.UTF-8 LC_IDENTIFICATION=C
  19.  
  20. attached base packages:
  21. [1] stats graphics grDevices utils datasets methods base
  22.  
  23. other attached packages:
  24. [1] dygraphs_0.4.6
  25.  
  26. loaded via a namespace (and not attached):
  27. [1] htmlwidgets_0.5 zoo_1.7-12 magrittr_1.5 htmltools_0.2.6 tools_3.2.2 xts_0.9-7
  28. [7] rstudioapi_0.3.1 yaml_2.1.13 grid_3.2.2 jsonlite_0.9.16 digest_0.6.8 lattice_0.20-33
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement