extremality | R Documentation |
Works efficiently on matrices and DelayedMatrix objects. Note that it is possible for "raw" extremality to be greater than 1, so this function does a second pass to correct for this.
extremality(x, raw = FALSE)
x |
A rectangular object with proportions in it |
raw |
Skip the correction pass? (DEFAULT: FALSE) |
The extremality of each row (if more than one) of the object
x <- rnorm(100, mean=0.5, sd=0.15)
x <- matrix(x, nrow=50, ncol=2)
ext <- extremality(x, raw=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.