Convex Data Transformation
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
spcmax, samptot, abundtrans, hellinger
convex(5,2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.