Description Usage Arguments Value Examples
get single mapping result for one element
1 | getSingleReactionFormula(description, reaction, ko)
|
description |
vector contains the description for each element from 'reaction' |
reaction |
vector contrains the element been mapped |
ko |
vector contains the element need mapping |
one element
1 2 3 4 | w <- 1:6
v <- c('z','a','b','a','b', 'e')
testData <- c('a','b','g')
getSingleReactionFormula(w,v,testData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.