ct.ecdf {gCrisprTools} | R Documentation |
This function returns a numeric vector of the same length as the input, where each element n
contains the proportion
the sum of the full vector that is captured by its first 1-n
elements (arranged in descending order).
ct.ecdf(vector)
vector |
An input numeric vector to be aggregated. |
A numeric vector of the cumulative sum
Russell Bainer