Loops in R

Learning Objectives

This week, students will:

  • Learn the structure of loops

Practice Objectives

  • Vectorized functions
  • Creating functions

Setup your RStudio project (5 min)

Basics of for loops

Exercise 1: Basics of for loops (30 min)

Looping over functions

Exercise 2: Mass of dinosaurs with loops (30 min)