Learn R Programming

metaplot (version 0.8.4)

scatter.data.frame: Scatterplot Method for Data Frame

Description

Scatterplot method for class 'data.frame'. Parses arguments and generates the call: fun(x, yvar, xvar, groups, facets, ...).

Usage

# S3 method for data.frame
scatter(
  x,
  ...,
  fun = metOption("scatter", "scatter_data_frame"),
  verbose = metOption("verbose_scatter", FALSE)
)

Arguments

x

data.frame

...

passed to fun

fun

function to draw the plot

verbose

generate messages describing process

See Also

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()