Skip to contents

Print an object of the <intervention> super-class

Print objects of the <contact_intervention> class

Print objects of the <rate_intervention> class

Usage

# S3 method for intervention
print(x, ...)

# S3 method for contact_intervention
print(x, ...)

# S3 method for rate_intervention
print(x, ...)

Arguments

x

An object that inherits from the <intervention> class. For print.contacts_intervention(), an object of the <contacts_intervention> class. For print.rate_intervention(), an object of the <rate_intervention> class.

...

Other parameters passed to print().

Value

Invisibly returns the object x. Called for printing side-effects.