R/utility.R
plotPredObsYield.RdA function that plots the predicted yield versus observed yield.
plotPredObsYield(sim, dat, returnData = FALSE)
| sim | An object if class MizerSim |
|---|---|
| dat | A dataframe containing the observed yield values |
| returnData | A boolean value that determines whether to return the plot or the data itself. Default is FALSE |