Learn R Programming

merror (version 3.0)

merror.pairs: A modified "pairs" plot with all axes haveing the same range.

Description

Creates all pairwise scatter plots.

Usage

merror.pairs(df,labels=names(df))

Value

Produces a scatter plot with the calibration curve and titles that include the calibration equation and the scale-bias adjusted imprecision standard deviations.

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.

Author

Richard A. Bilonick

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".).

See Also

panel.merror

Examples

Run this code

data(pm2.5)

# All pairwise plots after square root transformation to Normality
merror.pairs(sqrt(pm2.5))

Run the code above in your browser using DataLab