10 Data Visualization

ggboxplot(clean_twoway_data,
          x = "Fertilizer",
          y = "Yield",
          fill = "Manure")