### Some formatting options
library(tidyverse)
options(width = 80)
theme_set(theme_bw(base_size = 10))
knitr::opts_chunk$set(comment = "", fig.width = 5, fig.asp = 0.75, fig.align = "left", warning = FALSE, echo = TRUE, eval = TRUE)

To complete this lab report, we load the following packages and datasets.

library(MA22004labs)
# ADD YOUR PACKAGES/DATASETS BELOW

Exercise 1

Answer to exercise 1.

# Insert your code for here. 
# Within a code chunk the # starts a comment line. 
# Comments are not evaluated by R.

Exercise 2

Answer to exercise 2.

# Insert your code for Exercise 2 here


dundeemath/MA22004labs documentation built on Sept. 18, 2024, 10:51 p.m.