Usage
plotprxy(x, y, x.ci = NULL, y.ci = NULL, log10.x = TRUE, log10.y = TRUE, add.lm = TRUE, add.one.to.one = TRUE, weights = NULL, add.legend = TRUE, xlim = NULL, ylim = NULL, xlab = "Predicted Production Rate (log10)", ylab = "Observed Production Rate (log10)", main = NULL)
Arguments
y
expression values, of the same length of x
.
x.ci
confidence interval of x
, of dimension
length{x} * 2
, for outliers labeling.
y.ci
confidence interval of y
, of dimension
length{y} * 2
, for outliers labeling.
log10.x
log10()
and mean transformation of x axis.
log10.y
log10()
and mean transformation of y axis.
add.one.to.one
if add one-to-one line.
add.legend
if add default legend.
xlab
an option passed to plot()
.
ylab
an option passed to plot()
.
main
an option passed to plot()
.