Return the sample ranks of the values of a 'timeSeries' object.
returns the ranks of a timeSeries object
timeSeries
## data - x = as.timeSeries(data(msft.dat))[, 1:4] x = 100*returns(x) ## rank - rank(x[, "Open"])