├── .gitignore ├── LICENSE.md ├── README.md ├── css ├── OHSU-RGB-4C-POS.png ├── ohsu-fonts.css └── ohsu.css ├── images ├── aim-here-v1.png ├── aim-here-v2.png ├── aim-here-v3.png ├── aim-here.png ├── beatles-abbey.gif ├── beatles-face-palm.gif ├── beatles-fans.gif ├── beatles-help.gif ├── beatles-hold-your-hand.gif ├── beatles-rotation.gif ├── beatles-tidy.gif ├── beatles-troubles.gif ├── beatles-you-got-this.gif ├── help-me-newcat.png ├── help-me-plea.png ├── help-me-response.png ├── help-me-viz-logo.jpg ├── version1.png └── version2.png ├── libs ├── datatables-binding │ └── datatables.js ├── dt-core │ ├── css │ │ ├── jquery.dataTables.extra.css │ │ └── jquery.dataTables.min.css │ └── js │ │ └── jquery.dataTables.min.js ├── htmlwidgets │ └── htmlwidgets.js ├── jquery │ ├── LICENSE.txt │ └── jquery.min.js └── remark-css │ └── default.css ├── ohsu-biodatavis.Rproj ├── slides.Rmd ├── slides.html ├── slides_cache └── html │ ├── __packages │ ├── bar1_be0c7a713828f2f82840032a05aeeb66.RData │ ├── bar1_be0c7a713828f2f82840032a05aeeb66.rdb │ ├── bar1_be0c7a713828f2f82840032a05aeeb66.rdx │ ├── bar2_98b266254e171486762379dca6f35bb9.RData │ ├── bar2_98b266254e171486762379dca6f35bb9.rdb │ ├── bar2_98b266254e171486762379dca6f35bb9.rdx │ ├── bar3_3b9cd1db93eb50ed475b149471e0fb8f.RData │ ├── bar3_3b9cd1db93eb50ed475b149471e0fb8f.rdb │ ├── bar3_3b9cd1db93eb50ed475b149471e0fb8f.rdx │ ├── bar4_807783b486d126f39273aa2f27a4dc00.RData │ ├── bar4_807783b486d126f39273aa2f27a4dc00.rdb │ ├── bar4_807783b486d126f39273aa2f27a4dc00.rdx │ ├── bar5_ab01b3cd0b6f7d8d72e2ffda62be3c47.RData │ ├── bar5_ab01b3cd0b6f7d8d72e2ffda62be3c47.rdb │ ├── bar5_ab01b3cd0b6f7d8d72e2ffda62be3c47.rdx │ ├── bar6_be3fbcd5ec444dd90419387d90b2394a.RData │ ├── bar6_be3fbcd5ec444dd90419387d90b2394a.rdb │ ├── bar6_be3fbcd5ec444dd90419387d90b2394a.rdx │ ├── bar7_43e26a8ada20ea48982377bd6721e4ae.RData │ ├── bar7_43e26a8ada20ea48982377bd6721e4ae.rdb │ ├── bar7_43e26a8ada20ea48982377bd6721e4ae.rdx │ ├── bar8_1565d7de5f4ca725870f0f36a6784290.RData │ ├── bar8_1565d7de5f4ca725870f0f36a6784290.rdb │ ├── bar8_1565d7de5f4ca725870f0f36a6784290.rdx │ ├── dot1_d749c966b7c54e00ea5f12b5ce58e081.RData │ ├── dot1_d749c966b7c54e00ea5f12b5ce58e081.rdb │ ├── dot1_d749c966b7c54e00ea5f12b5ce58e081.rdx │ ├── dot2_60bedbd7bdafaa8cbe7d2f0e98ca473f.RData │ ├── dot2_60bedbd7bdafaa8cbe7d2f0e98ca473f.rdb │ ├── dot2_60bedbd7bdafaa8cbe7d2f0e98ca473f.rdx │ ├── dot3_8c6a2ac67164a8cc043e85da2f567ca9.RData │ ├── dot3_8c6a2ac67164a8cc043e85da2f567ca9.rdb │ ├── dot3_8c6a2ac67164a8cc043e85da2f567ca9.rdx │ ├── dot4_f358d772b681ad998a15399df3ae0d39.RData │ ├── dot4_f358d772b681ad998a15399df3ae0d39.rdb │ ├── dot4_f358d772b681ad998a15399df3ae0d39.rdx │ ├── dot5_c9bf964c99719244ed1c0b3f2512d492.RData │ ├── dot5_c9bf964c99719244ed1c0b3f2512d492.rdb │ ├── dot5_c9bf964c99719244ed1c0b3f2512d492.rdx │ ├── dot6_5f08f6d0c9a2b1d23e68631193370f9b.RData │ ├── dot6_5f08f6d0c9a2b1d23e68631193370f9b.rdb │ ├── dot6_5f08f6d0c9a2b1d23e68631193370f9b.rdx │ ├── dot7_97a15004a6127a98a99408bd7fa9c48d.RData │ ├── dot7_97a15004a6127a98a99408bd7fa9c48d.rdb │ ├── dot7_97a15004a6127a98a99408bd7fa9c48d.rdx │ ├── dot8_da36b8035165fef0d9577d141bff62bf.RData │ ├── dot8_da36b8035165fef0d9577d141bff62bf.rdb │ ├── dot8_da36b8035165fef0d9577d141bff62bf.rdx │ ├── tibblefactor_473548bd3ea5192c42816eaa81c3cd40.RData │ ├── tibblefactor_473548bd3ea5192c42816eaa81c3cd40.rdb │ ├── tibblefactor_473548bd3ea5192c42816eaa81c3cd40.rdx │ ├── tibbleset_9bc685097cfcbd7c1a49beef661eef3c.RData │ ├── tibbleset_9bc685097cfcbd7c1a49beef661eef3c.rdb │ ├── tibbleset_9bc685097cfcbd7c1a49beef661eef3c.rdx │ ├── unnamed-chunk-1_7bf29b3dcf884886f9395f316f494627.RData │ ├── unnamed-chunk-1_7bf29b3dcf884886f9395f316f494627.rdb │ └── unnamed-chunk-1_7bf29b3dcf884886f9395f316f494627.rdx └── slides_files └── figure-html ├── animated.gif ├── bar1-1.png ├── bar2-1.png ├── bar3-1.png ├── bar4-1.png ├── bar5-1.png ├── bar6-1.png ├── bar7-1.png ├── bar8-1.png ├── dot1-1.png ├── dot2-1.png ├── dot3-1.png ├── dot4-1.png ├── dot5-1.png ├── dot6-1.png ├── dot7-1.png ├── dot8-1.png └── output.gif /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | CC BY-SA 4.0 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/README.md -------------------------------------------------------------------------------- /css/OHSU-RGB-4C-POS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/css/OHSU-RGB-4C-POS.png -------------------------------------------------------------------------------- /css/ohsu-fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/css/ohsu-fonts.css -------------------------------------------------------------------------------- /css/ohsu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/css/ohsu.css -------------------------------------------------------------------------------- /images/aim-here-v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/aim-here-v1.png -------------------------------------------------------------------------------- /images/aim-here-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/aim-here-v2.png -------------------------------------------------------------------------------- /images/aim-here-v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/aim-here-v3.png -------------------------------------------------------------------------------- /images/aim-here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/aim-here.png -------------------------------------------------------------------------------- /images/beatles-abbey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/beatles-abbey.gif -------------------------------------------------------------------------------- /images/beatles-face-palm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/beatles-face-palm.gif -------------------------------------------------------------------------------- /images/beatles-fans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/beatles-fans.gif -------------------------------------------------------------------------------- /images/beatles-help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/beatles-help.gif -------------------------------------------------------------------------------- /images/beatles-hold-your-hand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/beatles-hold-your-hand.gif -------------------------------------------------------------------------------- /images/beatles-rotation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/beatles-rotation.gif -------------------------------------------------------------------------------- /images/beatles-tidy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/beatles-tidy.gif -------------------------------------------------------------------------------- /images/beatles-troubles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/beatles-troubles.gif -------------------------------------------------------------------------------- /images/beatles-you-got-this.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/beatles-you-got-this.gif -------------------------------------------------------------------------------- /images/help-me-newcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/help-me-newcat.png -------------------------------------------------------------------------------- /images/help-me-plea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/help-me-plea.png -------------------------------------------------------------------------------- /images/help-me-response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/help-me-response.png -------------------------------------------------------------------------------- /images/help-me-viz-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/help-me-viz-logo.jpg -------------------------------------------------------------------------------- /images/version1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/version1.png -------------------------------------------------------------------------------- /images/version2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/images/version2.png -------------------------------------------------------------------------------- /libs/datatables-binding/datatables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/libs/datatables-binding/datatables.js -------------------------------------------------------------------------------- /libs/dt-core/css/jquery.dataTables.extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/libs/dt-core/css/jquery.dataTables.extra.css -------------------------------------------------------------------------------- /libs/dt-core/css/jquery.dataTables.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/libs/dt-core/css/jquery.dataTables.min.css -------------------------------------------------------------------------------- /libs/dt-core/js/jquery.dataTables.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/libs/dt-core/js/jquery.dataTables.min.js -------------------------------------------------------------------------------- /libs/htmlwidgets/htmlwidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/libs/htmlwidgets/htmlwidgets.js -------------------------------------------------------------------------------- /libs/jquery/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/libs/jquery/LICENSE.txt -------------------------------------------------------------------------------- /libs/jquery/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/libs/jquery/jquery.min.js -------------------------------------------------------------------------------- /libs/remark-css/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/libs/remark-css/default.css -------------------------------------------------------------------------------- /ohsu-biodatavis.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/ohsu-biodatavis.Rproj -------------------------------------------------------------------------------- /slides.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides.Rmd -------------------------------------------------------------------------------- /slides.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides.html -------------------------------------------------------------------------------- /slides_cache/html/__packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/__packages -------------------------------------------------------------------------------- /slides_cache/html/bar1_be0c7a713828f2f82840032a05aeeb66.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar1_be0c7a713828f2f82840032a05aeeb66.RData -------------------------------------------------------------------------------- /slides_cache/html/bar1_be0c7a713828f2f82840032a05aeeb66.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar1_be0c7a713828f2f82840032a05aeeb66.rdb -------------------------------------------------------------------------------- /slides_cache/html/bar1_be0c7a713828f2f82840032a05aeeb66.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar1_be0c7a713828f2f82840032a05aeeb66.rdx -------------------------------------------------------------------------------- /slides_cache/html/bar2_98b266254e171486762379dca6f35bb9.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar2_98b266254e171486762379dca6f35bb9.RData -------------------------------------------------------------------------------- /slides_cache/html/bar2_98b266254e171486762379dca6f35bb9.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar2_98b266254e171486762379dca6f35bb9.rdb -------------------------------------------------------------------------------- /slides_cache/html/bar2_98b266254e171486762379dca6f35bb9.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar2_98b266254e171486762379dca6f35bb9.rdx -------------------------------------------------------------------------------- /slides_cache/html/bar3_3b9cd1db93eb50ed475b149471e0fb8f.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar3_3b9cd1db93eb50ed475b149471e0fb8f.RData -------------------------------------------------------------------------------- /slides_cache/html/bar3_3b9cd1db93eb50ed475b149471e0fb8f.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar3_3b9cd1db93eb50ed475b149471e0fb8f.rdb -------------------------------------------------------------------------------- /slides_cache/html/bar3_3b9cd1db93eb50ed475b149471e0fb8f.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar3_3b9cd1db93eb50ed475b149471e0fb8f.rdx -------------------------------------------------------------------------------- /slides_cache/html/bar4_807783b486d126f39273aa2f27a4dc00.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar4_807783b486d126f39273aa2f27a4dc00.RData -------------------------------------------------------------------------------- /slides_cache/html/bar4_807783b486d126f39273aa2f27a4dc00.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar4_807783b486d126f39273aa2f27a4dc00.rdb -------------------------------------------------------------------------------- /slides_cache/html/bar4_807783b486d126f39273aa2f27a4dc00.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar4_807783b486d126f39273aa2f27a4dc00.rdx -------------------------------------------------------------------------------- /slides_cache/html/bar5_ab01b3cd0b6f7d8d72e2ffda62be3c47.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar5_ab01b3cd0b6f7d8d72e2ffda62be3c47.RData -------------------------------------------------------------------------------- /slides_cache/html/bar5_ab01b3cd0b6f7d8d72e2ffda62be3c47.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar5_ab01b3cd0b6f7d8d72e2ffda62be3c47.rdb -------------------------------------------------------------------------------- /slides_cache/html/bar5_ab01b3cd0b6f7d8d72e2ffda62be3c47.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar5_ab01b3cd0b6f7d8d72e2ffda62be3c47.rdx -------------------------------------------------------------------------------- /slides_cache/html/bar6_be3fbcd5ec444dd90419387d90b2394a.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar6_be3fbcd5ec444dd90419387d90b2394a.RData -------------------------------------------------------------------------------- /slides_cache/html/bar6_be3fbcd5ec444dd90419387d90b2394a.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar6_be3fbcd5ec444dd90419387d90b2394a.rdb -------------------------------------------------------------------------------- /slides_cache/html/bar6_be3fbcd5ec444dd90419387d90b2394a.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar6_be3fbcd5ec444dd90419387d90b2394a.rdx -------------------------------------------------------------------------------- /slides_cache/html/bar7_43e26a8ada20ea48982377bd6721e4ae.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar7_43e26a8ada20ea48982377bd6721e4ae.RData -------------------------------------------------------------------------------- /slides_cache/html/bar7_43e26a8ada20ea48982377bd6721e4ae.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar7_43e26a8ada20ea48982377bd6721e4ae.rdb -------------------------------------------------------------------------------- /slides_cache/html/bar7_43e26a8ada20ea48982377bd6721e4ae.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar7_43e26a8ada20ea48982377bd6721e4ae.rdx -------------------------------------------------------------------------------- /slides_cache/html/bar8_1565d7de5f4ca725870f0f36a6784290.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar8_1565d7de5f4ca725870f0f36a6784290.RData -------------------------------------------------------------------------------- /slides_cache/html/bar8_1565d7de5f4ca725870f0f36a6784290.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar8_1565d7de5f4ca725870f0f36a6784290.rdb -------------------------------------------------------------------------------- /slides_cache/html/bar8_1565d7de5f4ca725870f0f36a6784290.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/bar8_1565d7de5f4ca725870f0f36a6784290.rdx -------------------------------------------------------------------------------- /slides_cache/html/dot1_d749c966b7c54e00ea5f12b5ce58e081.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot1_d749c966b7c54e00ea5f12b5ce58e081.RData -------------------------------------------------------------------------------- /slides_cache/html/dot1_d749c966b7c54e00ea5f12b5ce58e081.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot1_d749c966b7c54e00ea5f12b5ce58e081.rdb -------------------------------------------------------------------------------- /slides_cache/html/dot1_d749c966b7c54e00ea5f12b5ce58e081.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot1_d749c966b7c54e00ea5f12b5ce58e081.rdx -------------------------------------------------------------------------------- /slides_cache/html/dot2_60bedbd7bdafaa8cbe7d2f0e98ca473f.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot2_60bedbd7bdafaa8cbe7d2f0e98ca473f.RData -------------------------------------------------------------------------------- /slides_cache/html/dot2_60bedbd7bdafaa8cbe7d2f0e98ca473f.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot2_60bedbd7bdafaa8cbe7d2f0e98ca473f.rdb -------------------------------------------------------------------------------- /slides_cache/html/dot2_60bedbd7bdafaa8cbe7d2f0e98ca473f.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot2_60bedbd7bdafaa8cbe7d2f0e98ca473f.rdx -------------------------------------------------------------------------------- /slides_cache/html/dot3_8c6a2ac67164a8cc043e85da2f567ca9.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot3_8c6a2ac67164a8cc043e85da2f567ca9.RData -------------------------------------------------------------------------------- /slides_cache/html/dot3_8c6a2ac67164a8cc043e85da2f567ca9.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot3_8c6a2ac67164a8cc043e85da2f567ca9.rdb -------------------------------------------------------------------------------- /slides_cache/html/dot3_8c6a2ac67164a8cc043e85da2f567ca9.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot3_8c6a2ac67164a8cc043e85da2f567ca9.rdx -------------------------------------------------------------------------------- /slides_cache/html/dot4_f358d772b681ad998a15399df3ae0d39.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot4_f358d772b681ad998a15399df3ae0d39.RData -------------------------------------------------------------------------------- /slides_cache/html/dot4_f358d772b681ad998a15399df3ae0d39.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot4_f358d772b681ad998a15399df3ae0d39.rdb -------------------------------------------------------------------------------- /slides_cache/html/dot4_f358d772b681ad998a15399df3ae0d39.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot4_f358d772b681ad998a15399df3ae0d39.rdx -------------------------------------------------------------------------------- /slides_cache/html/dot5_c9bf964c99719244ed1c0b3f2512d492.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot5_c9bf964c99719244ed1c0b3f2512d492.RData -------------------------------------------------------------------------------- /slides_cache/html/dot5_c9bf964c99719244ed1c0b3f2512d492.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot5_c9bf964c99719244ed1c0b3f2512d492.rdb -------------------------------------------------------------------------------- /slides_cache/html/dot5_c9bf964c99719244ed1c0b3f2512d492.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot5_c9bf964c99719244ed1c0b3f2512d492.rdx -------------------------------------------------------------------------------- /slides_cache/html/dot6_5f08f6d0c9a2b1d23e68631193370f9b.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot6_5f08f6d0c9a2b1d23e68631193370f9b.RData -------------------------------------------------------------------------------- /slides_cache/html/dot6_5f08f6d0c9a2b1d23e68631193370f9b.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot6_5f08f6d0c9a2b1d23e68631193370f9b.rdb -------------------------------------------------------------------------------- /slides_cache/html/dot6_5f08f6d0c9a2b1d23e68631193370f9b.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot6_5f08f6d0c9a2b1d23e68631193370f9b.rdx -------------------------------------------------------------------------------- /slides_cache/html/dot7_97a15004a6127a98a99408bd7fa9c48d.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot7_97a15004a6127a98a99408bd7fa9c48d.RData -------------------------------------------------------------------------------- /slides_cache/html/dot7_97a15004a6127a98a99408bd7fa9c48d.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot7_97a15004a6127a98a99408bd7fa9c48d.rdb -------------------------------------------------------------------------------- /slides_cache/html/dot7_97a15004a6127a98a99408bd7fa9c48d.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot7_97a15004a6127a98a99408bd7fa9c48d.rdx -------------------------------------------------------------------------------- /slides_cache/html/dot8_da36b8035165fef0d9577d141bff62bf.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot8_da36b8035165fef0d9577d141bff62bf.RData -------------------------------------------------------------------------------- /slides_cache/html/dot8_da36b8035165fef0d9577d141bff62bf.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot8_da36b8035165fef0d9577d141bff62bf.rdb -------------------------------------------------------------------------------- /slides_cache/html/dot8_da36b8035165fef0d9577d141bff62bf.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/dot8_da36b8035165fef0d9577d141bff62bf.rdx -------------------------------------------------------------------------------- /slides_cache/html/tibblefactor_473548bd3ea5192c42816eaa81c3cd40.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/tibblefactor_473548bd3ea5192c42816eaa81c3cd40.RData -------------------------------------------------------------------------------- /slides_cache/html/tibblefactor_473548bd3ea5192c42816eaa81c3cd40.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/tibblefactor_473548bd3ea5192c42816eaa81c3cd40.rdb -------------------------------------------------------------------------------- /slides_cache/html/tibblefactor_473548bd3ea5192c42816eaa81c3cd40.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/tibblefactor_473548bd3ea5192c42816eaa81c3cd40.rdx -------------------------------------------------------------------------------- /slides_cache/html/tibbleset_9bc685097cfcbd7c1a49beef661eef3c.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/tibbleset_9bc685097cfcbd7c1a49beef661eef3c.RData -------------------------------------------------------------------------------- /slides_cache/html/tibbleset_9bc685097cfcbd7c1a49beef661eef3c.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/tibbleset_9bc685097cfcbd7c1a49beef661eef3c.rdb -------------------------------------------------------------------------------- /slides_cache/html/tibbleset_9bc685097cfcbd7c1a49beef661eef3c.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/tibbleset_9bc685097cfcbd7c1a49beef661eef3c.rdx -------------------------------------------------------------------------------- /slides_cache/html/unnamed-chunk-1_7bf29b3dcf884886f9395f316f494627.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/unnamed-chunk-1_7bf29b3dcf884886f9395f316f494627.RData -------------------------------------------------------------------------------- /slides_cache/html/unnamed-chunk-1_7bf29b3dcf884886f9395f316f494627.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/unnamed-chunk-1_7bf29b3dcf884886f9395f316f494627.rdb -------------------------------------------------------------------------------- /slides_cache/html/unnamed-chunk-1_7bf29b3dcf884886f9395f316f494627.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_cache/html/unnamed-chunk-1_7bf29b3dcf884886f9395f316f494627.rdx -------------------------------------------------------------------------------- /slides_files/figure-html/animated.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/animated.gif -------------------------------------------------------------------------------- /slides_files/figure-html/bar1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/bar1-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/bar2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/bar2-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/bar3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/bar3-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/bar4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/bar4-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/bar5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/bar5-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/bar6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/bar6-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/bar7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/bar7-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/bar8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/bar8-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/dot1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/dot1-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/dot2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/dot2-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/dot3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/dot3-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/dot4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/dot4-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/dot5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/dot5-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/dot6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/dot6-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/dot7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/dot7-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/dot8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/dot8-1.png -------------------------------------------------------------------------------- /slides_files/figure-html/output.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apreshill/ohsu-biodatavis/HEAD/slides_files/figure-html/output.gif --------------------------------------------------------------------------------