Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse_2_ed
Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse_2_ed copied to clipboard
Please use `linewidth` instead.
This is largely fixed. However, two main types of cases remain:
- The
linewidth
parameter isn't fully supported by tidybayes and ggdist, yet. Based on GitHub (see here), it looks like this will be fixed in the next release of ggdist. - There are a few cases where I used
scale_size_manual()
, which should be replaced byscale_linewidth_manual()
. However, there was a goof and the current version of ggplot2 doesn't have an option forscale_linewidth_manual()
(see here). I'm hoping this will be fixed in the next release of ggplot2. (e.g., Section 7.3)