rowQuantile | R Documentation |
A function that calculates the row-wise quantile of a matrix.
rowQuantile(X, q)
X |
matrix. |
q |
numeric: A number between 0 and 1. |
numeric: The chosen quantile for each row of X.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.