mdsr-book / mdsr2exercises

exercises for Modern Data Science with R
0 stars 2 forks source link

storms question #44

Closed beanumber closed 9 months ago

beanumber commented 1 year ago

On the homework assignment, the problem is a modified version of MDSR 3.8. One question came from a student - it says to plot each "tropical storm". But it's not the intent that they filter the "Type" variable to just the "tropical storm" category, right? (You don't do that in your solution).

The solution also shows overlaying everything on a map, which they don't have the skills to do at this point.