Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

_______ function returns a vector of the same size as x with the elements arranged in increasing order.

a) sort()
b) orderasc()
c) orderby()
d) sequence()

Answer: a
Explanation: There are other more flexible sorting facilities available like order() or sort.list() which produce a permutation to do the sorting.

Join The Discussion