removed column for plot colors

This commit is contained in:
Martin Folkerts 2024-11-07 11:43:09 +01:00
parent 3093c86e3a
commit db68fd8e83
2 changed files with 1 additions and 1 deletions

View file

@ -333,7 +333,7 @@ pred_rf_current_season <- prepare_predictions(predict(model_ffs_rf, newdata = pr
```
```{r yield_plaatjes, echo=FALSE }
ggplot(pred_ffs_rf, aes(y = predicted_Tcha, x = tonnage_ha, col = sub_area)) +
ggplot(pred_ffs_rf, aes(y = predicted_Tcha, x = tonnage_ha)) +
geom_point(size = 2, alpha = 0.6) + # Adjust point size and transparency
geom_abline(intercept = 0, slope = 1, linetype = "dashed", color = "red") + # Reference line
scale_x_continuous(limits = c(0, 200)) +

Binary file not shown.