Name:
Andrew ID:
Collaborated with:

This lab is to be done in class (completed outside of class if need be). You can collaborate with your classmates, but you must identify their names above, and you must submit your own lab as an knitted HTML file on Canvas, by Sunday 11:59pm, this week. Make sure to complete your weekly check-in (which can be done by coming to lecture, recitation, lab, or any office hour), as this will count a small number of points towards your lab score.

This week’s agenda: reading in data, cleaning data, reordering data, merging data, restructuring data.

Reading and cleaning data

input.value = "4,8"
wind.measurements = as.factor(c("-2,0", "0,0", "0,6", "+1,7"))

Reordering data

Merging data