powered by
dsort(data, x, ..., decreasing = FALSE)
data(hubble) dsort(hubble, "sigma") dsort(hubble, hubble$sigma,"v") dsort(hubble,~sigma+v) dsort(hubble,~sigma-v)
Run the code above in your browser using DataLab