trans_id: Identity transformation

View source: R/spotTransform.R

trans_idR Documentation

Identity transformation

Description

Parameter values can be translated, e.g., to base 10 as implemented in trans_10pow. trans_id implements the identity (transformation), i.e., x is mapped to x.

Usage

trans_id(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.