is.intensity: Test if an object is of class 'intensity' or one of its...

View source: R/intensity-classes.R

is.intensityR Documentation

Test if an object is of class intensity or one of its subclasses.

Description

Test if an object is of class intensity or one of its subclasses (i.e. count, incidence or severity).

Usage

is.intensity(x)

is.count(x)

is.incidence(x)

is.severity(x)

Arguments

x

An object.

Value

TRUE if its argument's value is the corresponding intensity object and FALSE otherwise.


epiphy documentation built on Nov. 16, 2023, 5:06 p.m.