+.count
From untb v1.3-3
by Robin S. Hankin
Add two count objects
Adds two count objects
- Keywords
- math
Usage
## S3 method for class 'count':
+(a,b)
Arguments
- a,b
- objects of class
count
Examples
a <- count(c(dogs=4,pigs=0,slugs=5))
b <- count(c(slugs=4,hogs=1,frogs=19))
a+b
Community examples
Looks like there are no examples yet.