sort_cells | 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
sort.data.frame()
data(Titanic) sort_cells(Titanic) data(HairEyeColor) sort_cells(HairEyeColor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.