Learn R Programming

SMITIDvisu (version 0.0.9)

tt.edges: Pathogen link over the time

Description

A data.frame of all transmission links between hosts (pathogens). Five columns ID, source, target, time and weight.

Usage

data("transmissiontree")

Arguments

Format

A data frame with 13 observations on the following 5 variables.

ID

a numeric vector

source

a character vector

target

a factor with levels 113 104 116 115 111 109 105 108 106 112

time

a character vector

weight

a character vector

Examples

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

Run the code above in your browser using DataLab