powered by
Parameter values can be translated, e.g., to base 10.
trans_10pow(x)
10^x
input
f2 <- function(x){2^x} fn <- c("identity", "exp", "f2") xNat <- diag(3) SPOT::transformX(xNat, fn)
Run the code above in your browser using DataLab