getTrafoType | R Documentation |
Determine the type of trafo for each element of a vector
getTrafoType(trafo_string)
trafo_string |
named character |
character(lenth(trafo_string)): TRAFO = functional trafo SYMBOL = Parameter name mapping NUMBER = fixed value
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
trafo_string <- c(STAT5A = "207.6 * ratio", STAT5B = "207.6 - 207.6 * ratio", pApB = "alpha", pApA = "beta", pBpB = "pBpB", nucpApA = "0.1", nucpApB = "0", nucpBpB = "0") getTrafoType(trafo_string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.