Plot a predicted-versus-observed goodness of fit plot
Source:R/utilities-data-mapping.R
plotPredictedVsObserved.Rd
Plot a predicted-versus-observed goodness of fit plot
Arguments
- dataMapping
THe
DataMapping
object for which the goodness-of-fit plot is to be drawn. For each group within thedataMapping
, simulated and observed values are compared.- foldDistance
Numerical value for the fold-distance lines to be drawn. Default is 2.
- timeDiffThreshold
Allowed difference between observed and simulated time values in minutes. Default is 10. If for a certain observed point no simulated time point exists within the defined threshold, the value is not considered.
- ...
Any parameter that can be interpreted by the default
plot()
function