exp_byname | R Documentation |
Gives the exponential of all elements of a matrix or list of matrices
exp_byname(a)
a |
a matrix of list of matrices |
M
with each element replaced by its exponential
exp_byname(1)
m <- matrix(c(log(10),log(1),
log(1),log(100)),
byrow = TRUE, nrow = 2, ncol = 2,
dimnames = list(paste0("i", 1:2), paste0("c", 1:2))) %>%
setrowtype("Industry") %>% setcoltype("Commodity")
m
exp_byname(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.