Open roblanf opened 3 years ago
Thatβs a great idea - thanks! Pat
On May 14, 2021, at 22:25, roblanf @.***> wrote:
I love these teaching materials.
One thing I wonder is whether you'd be interested in some pull requests that include boxes on 'going further'. I.e. things that can reliably be skipped by those trying to get through the basics, but could be of interest to those interested in a specific point.
Two examples that could apply to https://github.com/riffomonas/generalR/blob/master/05_session.md https://github.com/riffomonas/generalR/blob/master/05_session.md.
On the heatmap, it would be simple to add a scale_color_viridis() to the plot, and a link to this video https://www.youtube.com/watch?v=xAoljeRJ3lU which explains to those who are sufficiently nerdy (π) why some colour schemes are better than others.
On the map, one could fairly easily add a 'going further' box with code to make an animation with gganimate. Again, nothing fancy but (following the riffomonas teaching philosophy) something that just points out a possibility and a starting point for messing with code.
If this is of interest, I'm happy to put in a pull request.
Rob
β You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/riffomonas/generalR/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJUUBBORMD7DQVCTVRP6ULTNXLSPANCNFSM445MTH4Q.
I love these teaching materials.
One thing I wonder is whether you'd be interested in some pull requests that include boxes on 'going further'. I.e. things that can reliably be skipped by those trying to get through the basics, but could be of interest to those interested in a specific point.
Two examples that could apply to https://github.com/riffomonas/generalR/blob/master/05_session.md.
On the heatmap, it would be simple to add a
scale_color_viridis()
to the plot, and a link to this video which explains to those who are sufficiently nerdy (π) why some colour schemes are better than others.On the map, one could fairly easily add a 'going further' box with code to make an animation with
gganimate
. Again, nothing fancy but (following the riffomonas teaching philosophy) something that just points out a possibility and a starting point for messing with code.If this is of interest, I'm happy to put in a pull request.
Rob