show-methods {EpiContactTrace}R Documentation

Show

Description

Shows information of the time-window used for contact tracing and summary of network parameters. It also visualize the contact structure.

Usage

## S4 method for signature 'Contacts'
show(object)

Arguments

object

The Contacts or ContactTrace object

Value

None (invisible 'NULL').

Methods

signature(object = "Contacts")

Show information for the Contacts object.

signature(object = "ContactTrace")

Show information for the ingoing and outgoing Contacts of a ContactTrace object.

References

Examples

## Not run: 

## Load data
data(transfers)

## Perform contact tracing
contactTrace <- Trace(movements=transfers,
                      root=2645,
                      tEnd='2005-10-31',
                      days=90)

show(contactTrace)

## End(Not run)

[Package EpiContactTrace version 0.17.0 Index]