Learn R Programming

condvis (version 0.2-2)

arrangeC: Make a list of variable pairings for conditional plots produced by plotxc

Description

This function attempts to arrange a number of variables in pairs, which are ordered by their bivariate relationships. The bivariate relationships are rated using savingby2d.

Usage

arrangeC(data, method = "default")

Arguments

data
a data.frame containing numeric values or factors.
method
character vector defining the criterion by which to arrange the variables, passed to savingby2d

Value

  • A list containing character vectors, representing an arrangement of the variable names in data.

See Also

savingby2d

Examples

Run this code
data(mtcars)
arrangeC(mtcars)
data(wine)
arrangeC(wine)

Run the code above in your browser using DataLab