pow | R Documentation |
Matrix Power
pow(x, n, ...) ## Default S3 method: pow(x, n, ...)
x |
If |
n |
|
... |
further arguments passed to |
(x <- matrix(c(1, 2, 2, 3), ncol = 2)) pow(x, 2) pow(ysym(x), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.