Scatterplot.
Scatterplot for class 'data.frame'.
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 = NULL, corr = FALSE, group_codes = NULL, crit = 1.3)
# 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, crit = 1.3)
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
use isometric axes with line of unity
default title
print Pearson correlation coefficient after title
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
data.frame
: data.frame method
folded
: folded method
Other generic functions: axislabel
,
continuous
, corsplom
,
dens
, guide
,
label
, metaplot