Panel function for metaplot::scatterplot.data.frame.
metapanel(x, y, groups, xref = NULL, yref = NULL, ysmooth = FALSE,
xsmooth = FALSE, fit = conf, conf = FALSE, loc = 0, iso = FALSE,
global = FALSE, msg = "metastats", type, ...)
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
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; suppressed for grouped plots
use isometric axes with line of unity
if TRUE, xsmooth, ysmooth, fit, and conf are applied to all data rather than groupwise
a function to print text on a panel: called with x values, y values, and ….
overridden by metapanel
passed to panel.superpose, panel.xyplot, panel.polygon, region, panel.text
Other panel functions: l.p
,
my.diag.panel
, u.p
Other scatter: scatter.data.frame
,
scatter_data_frame
, scatter