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

Open
FenneRiemslagh opened this issue Jul 17, 2023 · 1 comment
Open

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

FenneRiemslagh opened this issue Jul 17, 2023 · 1 comment

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

2 participants