A series of tutorials, mostly using R, that members of the Plant Functional Ecology Laboratory (LEFO) put together. The tutorials cover various data processing and analysis tasks that we commonly do.
Université de Montréal (UdeM), where our lab is based, is a french-speaking institution. As such some of tutorials are in French. It depends who wrote it and for what purpose. Tutorials that were initially designed around teaching a UdeM course will be in French.
The tutorials are about data science and are split into three different categories of data-related activities:
- acquisition: either from the internet or from instruments
- processing: common data wrangling operations
- analysis: fitting models
- visualization: graphs, maps, etc
First go to the folder corresponding to the data operation of interest. Then, sub-folders will relate to different themes or data types. Finally, every single tutorial should be in a separate folder with a short name that should allow you to find it.
The tutorials can be found by clicking on the
.md
(Markdown) files. They will render as HTML files that can be read in your browser.
The structure of this repo is to make it as easy as possible for lab members to contribute tutorials. The drawback is that's it's not as easy to find the tutorials, as it would if it was a structured website. Perhaps in the future we will make such a website. Perhaps not.
- Clone the repo on RStudio
- Always pull before you start
- Create a folder for your tutorial at the right place
- Make sure it's a Github document
- Add any files / folders too large for Github to the
.gitignore
file - Commit the changes
- Push to GitHub
Refer to this book if you need help with the Github - RStudio integration.