is.unsorted,nanoival-method | R Documentation |
nanoival
vector is Not SortedTest if an object is not sorted (in increasing order), without the cost of sorting it.
## S4 method for signature 'nanoival'
is.unsorted(x, na.rm = FALSE, strictly = FALSE)
x |
a |
na.rm |
logical. Should missing values be removed before checking? |
strictly |
logical indicating if the check should be for _strictly_ increasing values. |
sort
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.