### Name: rowSds ### Title: Row standard deviation of a numeric array ### Aliases: rowSds ### Keywords: array manip ### ** Examples a = matrix(rnorm(1e4), nrow=10) rowSds(a)