plot.ISEdata: Basic plot of ion selective electrode calibration data

View source: R/plot.ISEdata.R

plot.ISEdataR 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

loadISEdata

Examples

data(LeadStdAdd)
plot(LeadStdAdd)

ISEtools documentation built on Oct. 19, 2022, 5:29 p.m.