convex | R Documentation |
Calculates a convex data transformation for a given number of desired classes.
convex(n,b=2,stand=FALSE)
n |
the desired number of values |
b |
the base of the exponential function |
stand |
a switch to control standardizing values to a maximum of 1.0 |
Calculates a series of values where the difference between adjacent values is 1/b the previous difference. With the default b=2 you get an octave scale.
a vector of numeric values
David W. Roberts droberts@montana.edu
spcmax, samptot, abundtrans, hellinger
convex(5,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.