Dissertation in BSc with Honours Ecological and Environmental Sciences 2024.
For the use of this repository, please see the licence.
Each section of the repository is split into individual folders:
- Data — This folder contains the leaf trait data of the 34 species chosen for the dissertation.
- Scripts — This folder contains the scripts for the code used for this project. For the code containing the statistics only, see Stats_only.
- Plots - this folder contains the plots created with the code from the scripts above.
- Additional files - This folder contains any additional files used throughout this dissertation, including the original 2-page plan and the package bibliography.
The following rules should be upheld at all times when coding or working in this repo:
- Informative comments are included throughout the code using the hashtag (#) symbol. There are no spaces before the hashtags.
- The code is spaced out to make it easier to read.
- The work is divided into sections (by adding ---- at the end of each section title, if necessary).
- All objects are given informative names (object names do not include capital letters and are separated by _ if necessary).
- Keep your code under 100 characters per line (comments can extend past that if necessary).