Learn R Programming

metaplot (version 0.1.5)

corsplom: Correlated Splom

Description

Scatterplot matrix with correlations.

Creates a scatterplot matrix with correlations in lower panel, by default.

Creates a scatterplot matrix with correlations for folded. Categoricals in … are currently ignored. dots (…) are names of items in VARIABLE to be plotted, or named arguments to be passed to data.frame method.

Usage

corsplom(x, ...)

# S3 method for data.frame corsplom(x, upper.panel = u.p, lower.panel = l.p, pscales = 0, xlab = "", varname.cex = 1, diag.panel = my.diag.panel, split = TRUE, ...)

# S3 method for folded corsplom(x, ...)

Arguments

x

object

...

passed arguments

upper.panel

passed to splom

lower.panel

passed to splom

pscales

passed to splom

xlab

passed to splom

varname.cex

passed to splom

diag.panel

passed to splom

split

break diagonal names on white space

Methods (by class)

  • data.frame: data.frame method

  • folded: folded method

See Also

Other generic functions: axislabel, continuous, dens, guide, label, metaplot, scatter

Other multivariate plots: metaplot

Other multivariate plots: metaplot