View source: R/calibration_curve.R
plotCalibrationCurve | R Documentation |
This function plots the calibration curve returned by 'dsCalibrationCurve()'.
plotCalibrationCurve(cc, individuals = TRUE, ...)
cc |
('list()') Object returned by 'dsCalibrationCurve()' |
individuals |
('logical(1L)') Logical value indicating whether the individual calibration curves should be plotted or not (default is 'TRUE'). |
... |
Additional arguments passed to 'geom_point()' and 'geom_line()' for the calibration line and points. |
ggplot of calibration curve(s)
Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.