79676436

Date: 2025-06-23 15:46:56
Score: 0.5
Natty:
Report link

The problem is that by having fill aesthetics in ggplot(), you are telling stat_pvalue_manual that fill = Temperature, which it doesn't know what to do with because Temperature doesn't exist in contrasts.means.species.temp. Move the fill aesthetic to geom_boxplot instead.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Michiel Duvekot