Last updated: 2017-06-19
Code version: 82bdd90
library("DT")
data("iris")
datatable(iris, options = list(pageLength = 5))
library("rbokeh")
figure(width = NULL, height = NULL) %>%
ly_points(Sepal.Length, Sepal.Width, data = iris,
color = Species, glyph = Species,
hover = list(Sepal.Length, Sepal.Width))
library("d3heatmap")
data("mtcars")
d3heatmap(mtcars, scale = "column", colors = "Blues")
sessionInfo()
R version 3.4.0 (2017-04-21)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.10
Matrix products: default
BLAS: /usr/lib/libblas/libblas.so.3.6.1
LAPACK: /usr/lib/lapack/liblapack.so.3.6.1
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] d3heatmap_0.6.1.1 rbokeh_0.5.0 DT_0.2
loaded via a namespace (and not attached):
[1] Rcpp_0.12.11 knitr_1.16 magrittr_1.5
[4] maps_3.2.0 munsell_0.4.3 colorspace_1.3-2
[7] lattice_0.20-35 R6_2.2.1 rlang_0.1.1
[10] plyr_1.8.4 httr_1.2.1 stringr_1.2.0
[13] dplyr_0.5.0 tools_3.4.0 grid_3.4.0
[16] png_0.1-7 DBI_0.6-1 gistr_0.4.0
[19] git2r_0.18.0 htmltools_0.3.6 yaml_2.1.14
[22] lazyeval_0.2.0 rprojroot_1.2 digest_0.6.12
[25] assertthat_0.2.0 tibble_1.3.1 RColorBrewer_1.1-2
[28] pryr_0.1.2 base64enc_0.1-3 codetools_0.2-14
[31] htmlwidgets_0.8 evaluate_0.10 rmarkdown_1.5
[34] stringi_1.1.5 compiler_3.4.0 scales_0.4.1
[37] backports_1.0.5 jsonlite_1.4 hexbin_1.27.1
This R Markdown site was created with workflowr