Learn R Programming

ISEtools (version 3.2.0)

plot.ISEdata: 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 ISEdata
plot(x, xlab = expression(paste(log[10], " { ", italic(x),
  " }")), ylab = "emf", pch = 20, ...)

Value

No return value, creates plot.

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.

Author

Peter Dillingham, peter.dillingham@otago.ac.nz

See Also

loadISEdata

Examples

Run this code
data(LeadStdAdd)
plot(LeadStdAdd)

Run the code above in your browser using DataLab