plotCalibrationCurve: Plot calibration curve

View source: R/calibrationCurve.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/ds.calibration documentation built on March 19, 2022, 11:50 a.m.