View source: R/sampleCompute.R
convNamesToIndex | R Documentation |
Performs conversion of an element name to its index inside a set of named objects
convNamesToIndex(name.sample, full.name.set)
name.sample |
a vector of element names. |
full.name.set |
a vector of unique names. |
convNamesToIndex performs conversion of an element name to its index inside a set of named objects
the vector of indexes of the element named.
computeSemiSupervised
, KwaySSSC
x <- c("a"=10, "b"=20, "c"=30 )
convNamesToIndex(c("b","a","c"),names(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.