removed column for plot colors
This commit is contained in:
parent
3093c86e3a
commit
db68fd8e83
|
|
@ -333,7 +333,7 @@ pred_rf_current_season <- prepare_predictions(predict(model_ffs_rf, newdata = pr
|
||||||
```
|
```
|
||||||
|
|
||||||
```{r yield_plaatjes, echo=FALSE }
|
```{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_point(size = 2, alpha = 0.6) + # Adjust point size and transparency
|
||||||
geom_abline(intercept = 0, slope = 1, linetype = "dashed", color = "red") + # Reference line
|
geom_abline(intercept = 0, slope = 1, linetype = "dashed", color = "red") + # Reference line
|
||||||
scale_x_continuous(limits = c(0, 200)) +
|
scale_x_continuous(limits = c(0, 200)) +
|
||||||
|
|
|
||||||
BIN
r_app/Rplots.pdf
BIN
r_app/Rplots.pdf
Binary file not shown.
Loading…
Reference in a new issue