ESSC Life
All about programming and working with a computer...
-
R Programming - Part 0 - Installation
R is a programming language widely used in the field of statistics as well as Earth System Science. This article will explain how to install R and run a R script.
-
R Programming - Part 1 - Basic Operations
This article will describe the commonly used object types in R, and their respective operations.
-
R Programming - Part 2 - Functions
This article will describe the principles and usage of functions in R.
-
R Programming - Part 3 - If-then-else Statement
This article will explain one of the most used programming structure, the if-then-else statement, and how it is written in R.
-
R Programming - Part 4 - For Loop, While Loop
This article will demonstrate another essential structure, for loop and while loop, which can repeatedly execute parts of the code.