Description Usage Arguments Value Author(s) See Also Examples
The rowSds
and colSds
respectively computes the
standard deviations of each rows and columns of the given matrix.
1 2 3 |
x |
A numeric matrix of size |
colSds
returns a numeric vector of length m
.
rowSds
returns a numeric vector of length n
.
Anders Ellern Bilgrau <anders.ellern.bilgrau@gmail.com>
1 2 3 4 5 |
[1] 0.5273957 1.2613244 0.6286734 1.1457944 0.6470056
[1] 0.5273957 1.2613244 0.6286734 1.1457944 0.6470056
[1] 1.2093397 0.8866277 0.7434449 1.2201824 1.2391023 0.7913162 1.8792884
[8] 0.9888032 0.5893817 1.0090453
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.