| norms | R Documentation | 
Calculate all norms of a matrix
norms(M, types = NULL)
M | 
 matrix  | 
types | 
 character; optionally, specify the norms you wish to calculate e.g., O, I, F, M, 2  | 
na.omit is used on M prior to calculation
norm
Other utilities: 
RMS(),
list.txtgz(),
pbo_message()
M <- matrix(1:12,4)
norms(M)
#
# or manually specify
norms(M, c("O","M"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.