plotTTree2: Plot a transmission tree in an economic format
Description
Plot a transmission tree in an economic format
Usage
plotTTree2(
ttree,
showLabels = TRUE,
showMissingLinks = 0,
maxTime = NA,
cex = 1
)
Arguments
showLabels
Boolean for whether or not to show the labels
showMissingLinks
Option for how to show missing links: (0) as dots, (1) as several gray levels, (2) as a single gray level
maxTime
Maximum value of time to show on x axis
Value
Returns invisibly the first parameter
Examples
Run this code# NOT RUN {
plotTTree2(extractTTree(simulateOutbreak()))
# }
Run the code above in your browser using DataLab