Scatterplot for class 'folded'.
# S3 method for folded
scatter(x, yvar, xvar, groups = NULL, ..., ylog = log,
xlog = log, yref = NULL, xref = NULL, ysmooth = FALSE,
xsmooth = FALSE, cols = 3, auto.key = list(columns = cols),
density = FALSE, iso = FALSE, main = FALSE, corr = FALSE,
crit = 1.3, na.rm = TRUE, fit = conf, log = FALSE, conf = FALSE,
loc = 0, msg = "metastats", panel = metapanel)
folded
y values
x values
optional grouping item
passed to region
reference line from y axis
reference line from x axis
reference line from y axis
reference line from x axis
supply loess smooth of y on x
supply loess smmoth of x on y
default columns for auto.key
passed to xyplot
plot point density instead of points
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
)
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
default for ylog and xlog
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 ….
default panel function
Other bivariate plots: boxplot.folded
,
metaplot.data.frame
,
metaplot.folded
,
scatter.data.frame
,
scatter_data_frame
Other scatter: scatter.data.frame
,
scatter_data_frame