merge.tfl {zipfR} | R Documentation |
Merge two or more type frequency lists. Types from the individual lists are pooled and frequencies of types occurring in multiple lists are aggregated.
## S3 method for class 'tfl'
merge(x, y, ...)
x , y |
type frequency lists (i.e. objects of class |
... |
optional further type frequency lists to be merged |
All type frequency lists to be merged must contain type labels, and none of them may be incomplete.
tfl
for more information about type frequency lists.