print.ggplotCalibrationCurve {CalibrationCurves}R Documentation

Print function for a ggplotCalibrationCurve object

Description

Prints the ggplot, call, confidence level and values for the performance measures.

Usage

## S3 method for class 'ggplotCalibrationCurve'
print(x, ...)

Arguments

x

an object of type ggplotCalibrationCurve, resulting from valProbggplot.

...

arguments passed to print

Value

The original ggplotCalibrationCurve object is returned.

See Also

valProbggplot


[Package CalibrationCurves version 2.0.3 Index]