This repository contains code to support and make analyses of snail populations on Gran Canaria.
The data used come from surveys conducted by professional and amateur researchers on Gran Canaria.
The analysis code is stored in markdown .Rmd
files assisted with separate .R
scripts.
├── README.md : Description of this repository
├── gran-canaria-snails.Rproj : RStudio project file
├── .gitignore : Files and directories to be ignored by git
│
├── data
│ ├── raw : Source data
│ └── processed : Data after processing through script
│
└── src
├── R : R scripts with helper functions
└── markdown : (R)markdown scripts with analysis and their descriptions
MIT License for the code and documentation in this repository. The included data is released under another license.