View source: R/spotTransform.R
trans_mult2_round | R Documentation |
Parameter values can be translated, implements the multiplication (transformation), i.e., x is mapped to round(2x).
trans_mult2_round(x)
x |
input |
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.