Learn R Programming

SafeQuant (version 2.3)

plotAbsEstCalibrationCurve: Plot absolut Estimation calibration Curve

Description

Plot absolut Estimation calibration Curve

Usage

plotAbsEstCalibrationCurve(fit, dispElements = c("formula", "lowess", "stats"), xlab = "Conc. (CPC) ", ylab = "Pred. Conc. (CPC) ", predictorName = paste("log10(", names(coef(fit))[2], ")", sep = ""), text = F, cex.lab = 1, cex.axis = 1, cex.text = 1, cex.dot = 1, main = "", ...)

Arguments

fit
simple log-linear model
dispElements
c("formula","lowess","stats")
xlab
xlab
ylab
ylab
predictorName
predictorName
text
add names beside each dot
cex.lab
expansion factor for axis labels
cex.axis
expansion factor for axis
cex.text
expansion factor for legend
cex.dot
expansion factor for plotted dots
main
main
...
see plot

References

NA

Examples

Run this code
print("No examples")

Run the code above in your browser using DataLab