plot.ISEdescription {ISEtools} | R Documentation |
Plot ISE parameter values
Description
Plots histograms of ISE parameter values a, b, c, sigma, and LOD (alpha, beta or S/N) for 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 'ISEdescription'
plot(x, breaks = 20, ...)
Arguments
x |
ISE description (e.g. object of class ISEdescription) |
breaks |
Approximate number of bins for histograms, defaults to 20 |
... |
Other arguments to be passed through to plotting (histogram) functions |
Value
No return value, creates plot.
Author(s)
Peter Dillingham, peter.dillingham@otago.ac.nz
See Also
[Package ISEtools version 3.2.0 Index]