R-ecology-lesson icon indicating copy to clipboard operation
R-ecology-lesson copied to clipboard

Missing solution in R for Ecologists - part 5 ggplot2

Open FenneRiemslagh opened this issue 2 years ago • 1 comments

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

FenneRiemslagh avatar Jul 17 '23 16:07 FenneRiemslagh

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 ?

bencomp avatar Jul 18 '23 08:07 bencomp

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.

tobyhodges avatar Jul 10 '24 11:07 tobyhodges