Closed pssachdeva closed 3 years ago
@pssachdeva I don't see anything in this repo about KDEs. Are you suggesting that they be included in the script?
Sorry, they were already introduced in the base R section. I removed that but didn't add in a portion in the ggplot section. We can add it back in. I just hesitated to do so since the lesson is already pretty full.
Gotcha. We could just choose to be opinionated and reject base graphics entirely. All of the challenges are ggplot2.
I don't think it's necessary to introduce KDEs via base R. The base R section should be somewhat limited so that we can get to
ggplot
as soon as possible. We should introducegeom_density
, instead.