View source: R/calibration_plot.R
calibration_plot | R Documentation |
Internal function to carry out the plotting of the calibrations curves.
calibration_plot(plotlist, coef_hyper, coef_cubic, plot_textsize, minmax)
plotlist |
A ggplot object containing a regression plot without
regression curves (output of |
coef_hyper |
A list containing the regression parameters of the hyperbolic regression equation. |
coef_cubic |
A list containing the regression parameters of the cubic regression equation. |
plot_textsize |
A integer value. The textsize of the resulting plots (default: 16). |
minmax |
A logical, indicating which equations are used for BiasCorrection (default: FALSE). If TRUE, equations are used that include the respective minima and maxima of the provided data. |
The function returns a list containing calibration plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.