You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the `plot()` function to view all the data points. *Without* calculating it, what do you think the mean likely is? Plot a horizontal line at that point using the `abline()` function.
```{r}
guessed.mean <- 160 # Your guess here
par(mfrow=c(1, 3)) # Make two subplots in a 1 x 3 grid.