.plot.outer.tree | R Documentation |
A function that converts events stored in an EventLogger object into an outer transmission tree.
.plot.outer.tree(run, segments.lwd = 5, ...)
e: |
EventLogger object |
segments.lwd: |
line width for segments |
path <- system.file('extdata', 'structSI.yaml', package='twt')
settings <- yaml.load_file(path)
model <- Model$new(settings)
run <- sim.outer.tree(model)
plot(run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.