Function
addValue
Adds a value of a specific type to each element of a given FrequencyDistribution object.
addValue(frequencies,value)
Parameters
frequencies
The FrequencyDistribution object which holds the calculated frequencies.
value
The value object which is added to each element of a FrequencyDistribution object.
Remarks: The value object should be identical in type to the elements of the FrequencyDistribution object.
SeqAn - Sequence Analysis Library - www.seqan.de