Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ---
  2. title: "Untitled"
  3. output: flexdashboard::flex_dashboard
  4. runtime: shiny
  5. ---
  6.  
  7. ```{r setup, include=FALSE}
  8. library(flexdashboard)
  9. library(RBioFormats)
  10. ```
  11.  
  12. Column {data-width=650}
  13. -----------------------------------------------------------------------
  14.  
  15. ### Chart A
  16.  
  17. ```{r}
  18.  
  19. ```
  20.  
  21. Column {data-width=350}
  22. -----------------------------------------------------------------------
  23.  
  24. ### Chart B
  25.  
  26. ```{r}
  27.  
  28. ```
  29.  
  30. ### Chart C
  31.  
  32. ```{r}
  33.  
  34. ```
  35.  
  36. R version 3.5.3 (2019-03-11)
  37. Platform: x86_64-pc-linux-gnu (64-bit)
  38. Running under: Arch Linux
  39.  
  40. Matrix products: default
  41. BLAS: /usr/lib/libblas.so.3.8.0
  42. LAPACK: /usr/lib/liblapack.so.3.8.0
  43.  
  44. locale:
  45. [1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C LC_TIME=es_ES.UTF-8
  46. [4] LC_COLLATE=es_ES.UTF-8 LC_MONETARY=es_ES.UTF-8 LC_MESSAGES=es_ES.UTF-8
  47. [7] LC_PAPER=es_ES.UTF-8 LC_NAME=C LC_ADDRESS=C
  48. [10] LC_TELEPHONE=C LC_MEASUREMENT=es_ES.UTF-8 LC_IDENTIFICATION=C
  49.  
  50. attached base packages:
  51. [1] stats graphics grDevices utils datasets methods base
  52.  
  53. loaded via a namespace (and not attached):
  54. [1] compiler_3.5.3 htmltools_0.3.6 tools_3.5.3 flexdashboard_0.5.1.1
  55. [5] yaml_2.2.0 Rcpp_1.0.1 rmarkdown_1.12 knitr_1.22
  56. [9] jsonlite_1.6 xfun_0.6 digest_0.6.18 evaluate_0.13
  57. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement