Learn R Programming

scidb (version 1.2-0)

order.scidb-methods: Methods for Function order in Package scidb

Description

order returns a permutation which rearranges its first argument into ascending or descending order, breaking ties by further arguments.

Usage

"order.scidb"(..., na.last = TRUE, decreasing = FALSE)

Arguments

...
A scidb vector object.
decreasing
A logical value: TRUE means sort in decreasing order.
na.last
NOT USED--for compatability with native R functions only.

Value

scidb reference object.

Examples

Run this code
## Not run: 
# x <- scidb("build(<v:double>[i=1:10,10,0],random()
# 
# a <- order.scidb(x)
# print(a)
# ## End(Not run)

Run the code above in your browser using DataLab