datacarpentry / R-ecology-lesson

Data Analysis and Visualization in R for Ecologists
https://datacarpentry.org/R-ecology-lesson/
Other
314 stars 508 forks source link

Missing solution in R for Ecologists - part 5 ggplot2 #868

Closed FenneRiemslagh closed 4 months ago

FenneRiemslagh commented 1 year ago

Hi, In the Data Analysis and Visualisation in R for Ecologists - part 5 Data visualization with ggplot2 - the last challenge of the boxplot exercise has no solution. Maybe we can add the following code? Please adjust as you see fit! ggplot(data = surveys_complete, mapping = aes(x = species_id, y = hindfoot_length)) + geom_jitter(alpha = 0.3, aes(color = plot_id)) + geom_boxplot(outlier.shape = NA) Best, Fenne

bencomp commented 1 year ago

Hi @FenneRiemslagh, thanks for raising this issue and suggesting a solution. Because this really is about a specific lesson (R for Ecologists), it would be good to move this issue to the other repository. I cannot do that, but perhaps @maneesha can transfer the issue to https://github.com/datacarpentry/R-ecology-lesson/issues ?

tobyhodges commented 4 months ago

Thanks @FenneRiemslagh for opening this issue, @bencomp for catching the need for it to be transferred, and @zkamvar for handling that. The lesson underwent a major update and reorganisation when https://github.com/datacarpentry/R-ecology-lesson/pull/887 was merged. As the suggestion relates to content in a version of the lesson before that update took place, I will close it. Please open a new issue if you have suggestions for how the new content could be improved.