Learn R Programming

SMITIDvisu (version 0.0.9)

tt.events: Data.frame of hosts events information by time. Fake data.

Description

Fake simulated data of hosts events over the time.

Usage

data("transmissiontree")

Arguments

Format

A data frame with 63 observations on the following 7 variables.

id

a character vector

time

a character vector

status

a character vector

infectedby

a character vector

probabilities

a character vector

X

a numeric vector

Y

a numeric vector

Examples

Run this code
# NOT RUN {
data(transmissiontree)
print(tt.events)
# }

Run the code above in your browser using DataLab