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

merror.pairsR 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

panel.merror

Examples


data(pm2.5)

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


merror documentation built on Aug. 29, 2023, 5:06 p.m.

Related to merror.pairs in merror...