plot the calibration curve with error bar, r squared and equation.

plotcc(x, y, upper, lower = upper, ...)

Arguments

x

concentration

y

response

upper

upper error bar

lower

lower error bar

...

parameters for `plot` function

Examples

if (FALSE) {
plotcc(x,y,upper)
}