powered by
cf
add a configuration number index to cf object.
addConfIndex2cf(cf, conf.index)
and object of class cf
a configuration index of the same length as cf.
Returns an object of class cf equal to the input but with element conf.index added
conf.index
# NOT RUN { data(samplecf) conf.index <- c(1:1018) samplecf <- addConfIndex2cf(samplecf, conf.index=conf.index) # }
Run the code above in your browser using DataLab