studyGroupLessons
studyGroupLessons copied to clipboard
One-hour introductory lessons on ideas and tools in coding and data wrangling for research.
**Link**: https://github.com/BillMills/python-mapping **Author**: @nsoontie **Video**: none **Description**: The lesson outlines some simple techniques for mapping in Python using the Matplotlib Basemap Toolkit.
**Link**: http://remi-daigle.github.io/GIS_mapping_in_R/ **Author**: @remi-daigle **Video**: none **Description**: Introducing mapping in R using `maptools`, `rgdal` and more.
**Link**: https://github.com/tinyheero/R-Heatmaps **Author**: @tinyheero **Video**: none **Description**: Generating heat maps in R
**Link**: https://github.com/mwpennell/r-phylo **Author**: @mwpennell **Video**: none **Description**: phylogenetic comparative methods in R.
**Link**: https://github.com/SESYNC-ci/CSI-2015/blob/master/Lessons/R/geospatial.md **Author**: @pmarchand1 **Video**: none **Description**: A presentation on key R packages for geospatial analysis.
**Link:** http://remi-daigle.github.io/tidyr_reshape2_lesson/ **Author**: @remi-daigle **Video**: none **Description**: An introduction to tidyr and reshape2.
**Link**: https://github.com/cloucks/ggplot2_tutorial **Author**: @cloucks **Video**: none **Description**: An introduction to ggplot2.
**Link**: https://github.com/lmguzman/ggplotVslattice **Author**: @lmguzman **Video**: none **Description**: A comparison of the abilities of the ggplot and lattice plotting packages.
**Link**: https://github.com/kazi11/TestPackage **Author**: @kazi11 **Video**: none **Description**: This is a quick tutorial that explains R package development.
**Link**: https://github.com/rozdakin/R_loops_demo **Author**: @rozdakin **Video**: none **Description**: How to loop, not loop, and speed loops up.