Learn R Programming

metaplot (version 0.3.2)

corsplom.data.frame: Correlated Scatterplot Matrix Method for Data Frame

Description

Creates a scatterplot matrix. Parses arguments and generates the call: fun(x, xvar, ...).

Usage

# S3 method for data.frame
corsplom(x, ..., fun = getOption("metaplot_corsplom",
  "corsplom_data_frame"))

Arguments

x

data.frame

...

passed to fun

fun

function to do the actual plotting

See Also

Other multivariate plots: corsplom_data_frame, metaplot.data.frame

Other corsplom: corsplom_data_frame, corsplom