View source: R/spotTransform.R
trans_odd_round | R Documentation |
Generate odd numbers, i.e., x -> 2x-1
for x > 0.
Return values are rounded using round
.
trans_odd_round(x)
x |
input |
x
f2 <- function(x){2^x} fn <- c("trans_odd_round", "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.