Description Usage Arguments Value Examples
Determine upper class boundaries for classification of a vector with values ranging 0-1 based upon an vector of cumulative proportions.
1 | util_calc_boundaries(x, cumulative_proportions)
|
x |
vector of data values. |
cumulative_proportions |
Vector of class cumulative proportions, as generated by |
Numerical vector with boundaries for matrix classification
1 2 3 | x <- matrix(runif(100,0,1),10,10)
y <- util_w2cp(c(0.5, 0.25, 0.25)) #cumulative proportion
util_calc_boundaries(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.