plotcc {enviGCMS} | R Documentation |
plot the calibration curve with error bar, r squared and equation.
plotcc(x, y, upper, lower = upper, ...)
x |
concentration |
y |
response |
upper |
upper error bar |
lower |
lower error bar |
... |
parameters for 'plot' function |
## Not run:
plotcc(x,y,upper)
## End(Not run)