Scatterplot.
Scatterplot for class 'data.frame'. Extra arguments passed to region.
Scatterplot for class 'folded'.
scatter(x, ...)# S3 method for data.frame
scatter(x, .y, .x, groups = NULL, ..., ylog = FALSE,
xlog = FALSE, yref = NULL, xref = NULL, ysmooth = FALSE,
xsmooth = FALSE, cols = 3, density = FALSE, iso = FALSE,
main = FALSE, corr = FALSE, group_codes = NULL, crit = 1.3,
na.rm = TRUE, fit = conf, conf = FALSE, loc = 0, msg = "metastats",
panel = metapanel)
# S3 method for folded
scatter(x, .y, .x, groups = NULL, ..., ylog = FALSE,
xlog = FALSE, yref = NULL, xref = NULL, ysmooth = FALSE,
xsmooth = FALSE, cols = 3, density = FALSE, iso = FALSE,
main = FALSE, corr = FALSE, crit = 1.3, na.rm = TRUE, fit = conf,
conf = FALSE, loc = 0, msg = "metastats", panel = metapanel)
object
passed arguments
y axis item
x axis item
optional grouping item
log transform y axis (guessed if missing)
log transform x axis (guessed if missing)
reference line from y axis
reference line from x axis
supply loess smooth of y on x
supply loess smmoth of x on y
suggested columns for auto.key
plot point density instead of points (ignored if groups is supplied)
use isometric axes with line of unity
logical: whether to construct a default title; or a substitute title or NULL
append Pearson correlation coefficient to default title (only if main is TRUE)
append these to group values for display purposes
if ylog or xlog missing, log transform if mean/median ratio for non-missing values is greater than crit
whether to remove data points with one or more missing coordinates
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 ….
name or definition of panel function
data.frame: data.frame method
folded: folded method
Other generic functions: axislabel,
continuous, corsplom,
dens, guide,
label, metaplot,
overlay