| plot.ouSim {maticce} | R Documentation |
plot.ouSim is a plot method for an ouSim object.
## S3 method for class 'ouSim': plot(x, nodeColor = "blue", nodeDotSize = 1.4, colors = NULL, ...)
x |
An ouSim object.
|
nodeColor |
A single color for the dot indicating nodes, or a vector of colors corrsponding to node numbers. |
nodeDotSize |
Size of the dot at the nodes. |
colors |
A vector correponding to branches. If not provided, color is extracted from the regime in a hansentree object.
This vector can be the same format as a regime, so you can color branches with a call to paintBranches.
|
... |
Additional arguments passed along to lines (e.g., lwd for line width, lty for line type).
|
None. Called for its side-effect (plotting).
Andrew Hipp ahipp@mortonarb.org
ouSim for simulations; carex for examples