plot.ISEdata {ISEtools} | R Documentation |
Basic plot of ion selective electrode calibration data
Description
Plots raw ISE calibration data; data should follow a hockey stick pattern coinciding with the equation y = a + b log(x + c) + error, where error follows a normal distribution with mean 0 and standard deviation sigma.
Usage
## S3 method for class 'ISEdata'
plot(x, xlab = expression(paste(log[10], " { ", italic(x),
" }")), ylab = "emf", pch = 20, ...)
Arguments
x |
ISE calibration data |
xlab |
Label for the x-axis |
ylab |
Label for the y-axis |
pch |
Plotting symbol for data |
... |
Other arguments to be passed through to plotting functions. |
Value
No return value, creates plot.
Author(s)
Peter Dillingham, peter.dillingham@otago.ac.nz
See Also
Examples
data(LeadStdAdd)
plot(LeadStdAdd)
[Package ISEtools version 3.2.0 Index]