View source: R/spotTransform.R
| trans_2pow_round | R Documentation |
Parameter values can be translated,
e.g., to base 10 as implemented in trans_10pow.
trans_2pow_round implements the transformation x -> round(2^x).
trans_2pow_round(x)
x |
input |
round(2^x)
f2 <- function(x){2^x}
fn <- c("identity", "exp", "f2")
xNat <- diag(3)
SPOT::transformX(xNat, fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.