Skip to contents

S3 method to extract the underlying data from a calibration object in a format suitable for ggplot2.

Usage

# S3 method for class 'measure_calibration'
fortify(model, data = NULL, ...)

Arguments

model

A measure_calibration object.

data

Ignored.

...

Additional arguments (unused).

Value

A data frame with the calibration data and fitted values/residuals.