addConfIndex2cf | R Documentation |
cf
objectadd a configuration number index to cf
object.
addConfIndex2cf(cf, conf.index)
cf |
and object of class |
conf.index |
a configuration index of the same length as |
Returns an object of class cf
equal to the input but with
element conf.index
added
Carsten Urbach, urbach@hiskp.uni-bonn.de
cf
data(samplecf) conf.index <- c(1:1018) samplecf <- addConfIndex2cf(samplecf, conf.index=conf.index)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.