Description Usage Arguments Value Author(s) See Also Examples
A graphical user interface (GUI) for specifying the variable used to sort the data set.
1 | SetSortOrder(col.ids, sort.on = NULL, parent = NULL)
|
col.ids |
character. Vector of variable names |
sort.on |
integer. Index for the variable used to sort the data set. |
parent |
tkwin. GUI parent window |
Returns an object of integer class that specifies the index of the variable used to sort the data set.
Attributes for this object include:
decreasing
, a logical value indicating if the sort order is increasing or decreasing; and
na.last
, a logical value for controlling the treatment of NA
s during sorting.
If true, missing values in the data are put last; otherwise, they are put first;
if NA
, they are removed.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.