trans_mult2_round: Mult 2 transformation

View source: R/spotTransform.R

trans_mult2_roundR Documentation

Mult 2 transformation

Description

Parameter values can be translated, implements the multiplication (transformation), i.e., x is mapped to round(2x).

Usage

trans_mult2_round(x)

Arguments

x

input

Value

x

Examples

f2 <- function(x){2^x}
fn <- c("identity", "exp", "f2")
xNat <- diag(3)
SPOT::transformX(xNat, fn)


SPOTMisc documentation built on Sept. 5, 2022, 5:06 p.m.