+.count {untb} | R Documentation |
Adds two count objects
## S3 method for class 'count': a + b
a,b |
objects of class count |
Robin K. S. Hankin, based on a tip from Gabor Grothendiek
a <- count(c(dogs=4,pigs=0,slugs=5)) b <- count(c(slugs=4,hogs=1,frogs=19)) a+b