Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
FenneRiemslagh opened this issue Jul 17, 2023 · 2 comments
Closed

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

FenneRiemslagh opened this issue Jul 17, 2023 · 2 comments

Comments

@FenneRiemslagh
Copy link

FenneRiemslagh commented Jul 17, 2023

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
Copy link

bencomp commented Jul 18, 2023

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 ?

@zkamvar zkamvar transferred this issue from datacarpentry/ecology-workshop Jul 20, 2023
@tobyhodges
Copy link
Member

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 #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants