addConfIndex2cf: add a configuration index to an 'cf' object

View source: R/cf.R

addConfIndex2cfR Documentation

add a configuration index to an cf object

Description

add a configuration number index to cf object.

Usage

addConfIndex2cf(cf, conf.index)

Arguments

cf

and object of class cf

conf.index

a configuration index of the same length as cf.

Value

Returns an object of class cf equal to the input but with element conf.index added

Author(s)

Carsten Urbach, urbach@hiskp.uni-bonn.de

See Also

cf

Examples


data(samplecf)
conf.index <- c(1:1018)
samplecf <- addConfIndex2cf(samplecf, conf.index=conf.index)


hadron documentation built on Sept. 9, 2022, 5:06 p.m.