Description Usage Arguments Details Value Author(s) See Also Examples
Form column medians of a numerical array.
1 | colMedians(mat)
|
mat |
A numerical matrix. |
Form column medians of a numerical array.
A vector of column medians is returned.
Kai-Ming Chang(kaiming@gmail.com)
1 2 3 |
A<-matrix(rnorm(30),10,3)
colMedians(A)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.