+.count {untb}R Documentation

Add two count objects

Description

Adds two count objects

Usage

## S3 method for class 'count':
a + b

Arguments

a,b objects of class count

Author(s)

Robin K. S. Hankin, based on a tip from Gabor Grothendiek

Examples

a <- count(c(dogs=4,pigs=0,slugs=5))
b <- count(c(slugs=4,hogs=1,frogs=19))

a+b


[Package untb version 1.4-2 Index]