st: A SMITIDstruct package variable.

Description Usage Format Examples

Description

A SMITIDstruct package variable from simul-chain as a list. The list is a set of HostSet, ViralPopset and an index

Usage

1
data("st")

Format

The format is: List of 3 $ :List of 21 .. ..- attr(*, "class")= chr "HostSet" $ :List of 20 .. ..- attr(*, "class")= chr "ViralPopSet" $ :'data.frame': 79 obs. of 3 variables: ..$ TIME : chr [1:79] "0" "0" "1.26" "1.35" ... ..$ ID_HOST : chr [1:79] "1" "2" "2" "2" ... ..$ EVENTCODE: chr [1:79] "000011" "000110" "001000" "001000" ...

Examples

1
2
data(st)
## maybe str(st) ; plot(st) ...

SMITIDvisu documentation built on Feb. 8, 2021, 9:06 a.m.