is.intensity {epiphy} | R Documentation |
intensity
or one of its subclasses.Test if an object is of class intensity
or one of its subclasses
(i.e. count
, incidence
or severity
).
is.intensity(x)
is.count(x)
is.incidence(x)
is.severity(x)
x |
An object. |
TRUE if its argument's value is the corresponding intensity
object and FALSE otherwise.