merror.pairs {merror} | R Documentation |
A modified "pairs"
plot with all axes haveing the same range.
Description
Creates all pairwise scatter plots.
Usage
merror.pairs(df,labels=names(df))
Arguments
df |
n (no. of items) x N (no. of methods) matrix or data.frame containing the measurements. N must be >= 3 and n > N. |
labels |
Provide labels for each device down the diagnoal of the pairs plot. |
Details
Creates all pairwise scatter plots with the same range for all axes and adds the diagonal line denote the "line of equality" or "no bias".).
Value
Produces a scatter plot with the calibration curve and titles that include the calibration equation and the scale-bias adjusted imprecision standard deviations.
Author(s)
Richard A. Bilonick
See Also
Examples
data(pm2.5)
# All pairwise plots after square root transformation to Normality
merror.pairs(sqrt(pm2.5))
[Package merror version 3.0 Index]