Skip to content

eduardszoecs/sefs9_Rworkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop: "Data analysis in freshwater ecology using R" @SEFS9

This is the GitHub repository for the workshop "Data analysis in freshwater ecology using R" held at the 9th Symposium for European Freshwater Sciences 2015.

  • Date: Sunday, July 5th 2015
  • Time: 9.00 - 17.00
  • Location: Room R160 on the ground floor of the Conference Center.

Organizers

Preliminaries

Install R

If you don't already have R set up laptop, please download and install it from here. You can use the code editor of your choice. However, we recommend using RStudio Desktop.

Installing packages

Packages extend the basic functionality of R and add functions or datasets. For this course we need a few extra packages. Please install the following packages - simply paste and run this command in your R prompt :

install.packages(c("vegan", "rgl", "leaps", "car", "DAAG", "MuMIn", "relaimpo", 
                   "hier.part", "bootstrap", "MPV", "faraway", "nlme", "MASS", "ncf",
                   "gstat", "spdep", "sp", "RCurl", "ggplot2"), 
                 dependencies = TRUE)

Downloading code and data

  1. Click here to download all the material.
  2. Unzip the file - The unzipped folder contains all files and folders of this on-line repository.

Structure of the Course

The course is structured into four parts of roughly 1.5 hours:

Each part has its own folder, with slides, data, code and other materials. Each lecture is structured in: Intro - Demo - Exercise

Feedback

Please rate our course by filling this questionnaire. It is anonymous and will be only used to improve the course.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Germany License.

About

Workshop @sefs 9: Data analysis in freshwater ecology using R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published