Introduction to R for Ecologists
Instructor
David Zeleny, Po-Yu Ke
Schedule
Tue. 09:10-12:10
Open in Fall
Credits
3
Description
R program offers a powerful tool for analysing and visualising data, and in recent years it became very popular among ecologists (and not only them). It offers great freedom in analysing, manipulating and visualising any type of data, which is not something you can do in clickable software like SAS, SPSS or STATISTICA.
More introduction
Teaching schedule:
(1)Introduction to R and RStudio, basic operations in S language, installation of packages.
(2)Main types of R objects (vector, matrix, data frame, list), reading and exporting data, creating fully reproducible R script.
(3)Loop and function, using the random ecological drift example.
(4)How to draw effective scientific figures, high-level vs. low-level graphical functions.
(5)Colors, how to choose them and draw them in R.
(6)Graphical file formats, raster vs vector graphics.
(7)Manipulating data (sorting, merging).
(8)Functions which can loop through data.
(9)Simple rules for vectorization.
(10)Simple rules for parallelization of operations.
(11)Creating figures from scratch, practising.