In this repo you will find notes from the coding club meetings of the UGent form different labs (TEREC, ForNaLab, EON ...)
(Status 22/11/2017)
- Session_20170629: sharing tips and tricks regarding R
- Session_20170803: introduction to for loops, if/else and function in R
- Session_20170922: introduction to apply, lapply, sapply, and plyr
- Session_20171019: introduction to dplyr and tidyr
- Session_20171122: using plot in R
- Session_20180116: basics and tipps for using ggplot in R
- Session_20180218: an introduction to github
- Session_20180405: an introduction to latex
- Session_20180626: an introduction to Meta-analyses
- Session_20180919: back into the tidyverse
- Session_20181128: ordination analysis in ecology
You can just download the whole files in your computer by clicking the clone/download button. If you are a Git user you are welcome to fork the repo and open pull request if you want to submit some changes. To avoid downloading the whole repo every time, if you have git installed on your computer you can open a terminal and just enter:
git clone https://github.com/TerrestrialEcology-ugent/CodingClub.git
Then before every session you would just need to open a console go in the created "CodingClub" directory (via cd or just typing CodingClub at the prompt, and then:
git pull
Looking for some cool R / python / stats references, check out the ressources.md file which provide a list of helpful ressources added by members of TEREC.