<- c(53,20,45,30,10,45,35,45,35,30,15,20,35,45,30,40,30) minutes
temp
We are Tired!! How much longer should we go?
this is a subtitle
this is plain text for writing essays
Create our first chunk for code
create a backwards arrow using the less than symbol and the dash — used to name a new object
what is the average number of minutes my students can listen to me?
mean(minutes)
[1] 33.11765
visualize number of minutes
hist(minutes)