plotCalibrationCurve: Plot calibration curve

View source: R/calibration_curve.R

plotCalibrationCurveR Documentation

Plot calibration curve

Description

This function plots the calibration curve returned by 'dsCalibrationCurve()'.

Usage

plotCalibrationCurve(cc, individuals = TRUE, ...)

Arguments

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.

Value

ggplot of calibration curve(s)

Author(s)

Daniel S.


difuture-lmu/dsROCGLM documentation built on March 24, 2024, 1:07 p.m.