| rowMedian | R Documentation |
Function to calculate row-wise median values
rowMedian(A)
A |
Matrix |
row-wise median values of a matrix
Matrix with modified diagonal entries
A <- matrix(c(1,2,3,4), ncol=2)
x <- rowMedian(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.