Description Usage Arguments Value
Computes row- or columnwise Minimum or Maximum.
1 |
x |
Numeric Matrix or data.frame. |
margin |
Scalar giving the subscripts which the function will be applied over, such as in apply. 1 indicates rows (default), 2 indicates columns. |
min |
Logical, whether the Minimum should be computed (default is TRUE), otherwise Maximum is computed (FALSE). |
Vector of Min/Max of each row/column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.