I need to create a scatter plot using data for Old Faithful that includes waiting time between eruptions and the duration of the eruption. It's a data frame with 10 observations on 2 variables.
eruptions numeric: eruption time in mins
waiting numeric: waiting time to next eruption
Sample data: (for 1st 3 rows)
eruptions waiting
3.600 79
1.800 54
3.333 74
Questions:
1. When I create the graph, will eruptions be on the X-axis and the waiting be on the Y-axis?
2. No units mentioned for waiting time. Do I assume it's also minutes?