R/utility.R
plotPredObsYield.Rd
A 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 |