Description Usage Arguments Value Examples
Multiplies a square matrix by itself
1  | m %^% pow
 | 
m | 
 An n x n matrix.  | 
pow | 
 A nonzero integer, the exponent to compute.  | 
m raised to the number passed as pow. If pow=1, the unmodified matrix.
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.