jesstytam / honours

0 stars 0 forks source link

body mass #34

Closed jesstytam closed 2 years ago

jesstytam commented 3 years ago

logh_vs_logmass

jesstytam commented 3 years ago

logh_vs_logmass

wcornwell commented 3 years ago

maybe try quantile regression for this one? https://ggplot2.tidyverse.org/reference/geom_quantile.html

also try scale_x_log10 so that the units on the x-axis are real. (y-axis is harder problem...)

jesstytam commented 3 years ago

logh_vs_logmass something like this?

wcornwell commented 3 years ago

nice one! different slopes are very interesting! I guess x-axis is kg?

wcornwell commented 3 years ago

For y-axis try this solution: https://github.com/tidyverse/ggplot2/issues/2980 ?

jesstytam commented 3 years ago

yes looks like marsupials and monotremes is slightly negative

jesstytam commented 3 years ago

logh_vs_logmass is this better?

jesstytam commented 3 years ago

actually it looks exactly the same (except the lines are now curved), need to check why

jesstytam commented 3 years ago

logh_vs_logmass fixed the scale and body mass values

jesstytam commented 3 years ago

logh_vs_logmass new font

jesstytam commented 3 years ago

logh_vs_logmass new dataset, changed g to kg

jesstytam commented 3 years ago

logh_vs_logmass added more ticks on the y-axis