Description Usage Arguments Value Author(s) Examples
Takes a matrix and relativizes by the maxiumum or total of each column.
1 | rel(x, rel.type = "max")
|
x |
A matrix. |
rel.type |
Determines whether the matrix will be relativized by "max" (maximum) or "sum" (total) of each column. |
Returns the relativzed matrix.
Matthew K. Lau
1 2 3 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.