sort_cells: Sort an array

View source: R/data_frames.R

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

paulemms/datamining documentation built on March 1, 2023, 4:01 p.m.