Scatterplot method for class 'data.frame'. Parses arguments and generates the call: fun(x, yvar, xvar, groups, facets, ...).
# S3 method for data.frame
scatter(
x,
...,
fun = metOption("scatter", "scatter_data_frame"),
verbose = metOption("verbose_scatter", FALSE)
)
data.frame
passed to fun
function to draw the plot
generate messages describing process
scatter_data_frame
Other bivariate plots:
iso_prepanel()
,
metaplot.data.frame()
,
scatter_data_frame()
,
scatter()
Other scatter:
metaplot_key()
,
scatter_data_frame()
,
scatter_panel()
,
scatter()
Other methods:
axislabel.data.frame()
,
boxplot.data.frame()
,
categorical.data.frame()
,
corsplom.data.frame()
,
densplot.data.frame()
,
metaplot.data.frame()
,
pack.data.frame()
,
plot.metaplot_gtable()
,
print.metaplot_gtable()
,
unpack.data.frame()