sortServer {romic} | R Documentation |
Sort Server
Description
Server components for the sort module.
Usage
sortServer(id, tomic, sort_table, valid_sort_vars = NULL, value_var = NULL)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
tomic |
Either a |
sort_table |
samples or features |
valid_sort_vars |
variables available for categorical arranging |
value_var |
An abundance value to use with |
Value
A sorted tomic
object.
[Package romic version 1.1.3 Index]