sort.cells {mining}R Documentation

Sort an array

Description

Sort the cells of an array

Usage

sort.cells(x)

Arguments

x an array

Details

Converts x to a data frame and calls sort.data.frame.

Value

A data frame representation of x, sorted by cell value.

Author(s)

Tom Minka

See Also

sort.data.frame

Examples

data(Titanic)
sort.cells(Titanic)

data(HairEyeColor)
sort.cells(HairEyeColor)

[Package Contents]