sort.cells {mining} | R Documentation |
Sort the cells of an array
sort.cells(x)
x |
an array |
Converts x
to a data frame and calls
sort.data.frame
.
A data frame representation of x
, sorted by cell value.
Tom Minka
data(Titanic) sort.cells(Titanic) data(HairEyeColor) sort.cells(HairEyeColor)