Skip to contents

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

Usage

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) { # \dontrun{
plotcc(x,y,upper)
} # }