Learn R Programming

enviGCMS (version 0.7.1)

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

Description

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

Run this code
if (FALSE) {
plotcc(x,y,upper)
}

Run the code above in your browser using DataLab