Panel function for metaplot::scatterplot.data.frame.
metapanel(x, y, groups = NULL, xref = NULL, yref = NULL,
ysmooth = FALSE, xsmooth = FALSE, density = FALSE, iso = FALSE,
fit = conf, conf = FALSE, loc = 0, msg = "metastats", ...)
x values
y values
optional grouping item
reference line from x axis
reference line from y axis
supply loess smooth of y on x
supply loess smmoth of x on y
plot point density instead of points
use isometric axes with line of unity
draw a linear fit of y ~ x
logical, or width for a confidence region around a linear fit; passed to region
; TRUE
defaults to 95 percent confidence interval
where to print statistics on a panel
a function to print text on a panel: called with x values, y values, and ….
passed to panel.superpose, panel.smoothScatter, panel.xyplot, panel.polygon, region, panel.text
Other panel functions: l.p
,
my.diag.panel
, u.p