cumuCurve | R Documentation |
This function calculates cumulative proportions of objects in a sample population. There are two input numeric vectors, and both vectors are binned using the same width (for example, binned by 1000). Therefore, all inputs are counts.
cumuCurve(obj, pop)
obj |
The object whose cumulative curve is of our interest. |
pop |
The population from which individual objects are sampled. Initially, this function is designed for processing counts in the results of the function hist(...). In this scenario, both obj and pop are counts. |
Yu Wan (wanyuac@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.