expo: n∗T matrix. Esposure to the innovation obtained from exposure
...: Additional arguments passed to plot.
toa: Integer vector of length n with the times of adoption.
include_censored: Logical scalar. Passed to threshold.
t0: Integer scalar. Passed to threshold.
attrs: Passed to exposure (via threshold).
undirected: Logical scalar. When TRUE only the lower triangle of the adjacency matrix will considered (faster).
no.contemporary: Logical scalar. When TRUE, edges for vertices with the same toa won't be plotted.
main: Character scalar. Title of the plot.
xlab: Character scalar. x-axis label.
ylab: Character scalar. y-axis label.
vertex.size: Numeric vector of size n. Relative size of the vertices.
vertex.color: Either a vector of size n or a scalar indicating colors of the vertices.
vertex.label: Character vector of size n. Labels of the vertices.
vertex.label.pos: Integer value to be passed to text via pos.
vertex.label.cex: Either a numeric scalar or vector of size n. Passed to text.
vertex.label.adj: Passed to text.
vertex.label.color: Passed to text.
vertex.sides: Either a vector of size n or a scalar indicating the number of sides of each vertex (see details).
vertex.rot: Either a vector of size n or a scalar indicating the rotation in radians of each vertex (see details).
edge.width: Numeric. Width of the edges.
edge.color: Character. Color of the edges.
arrow.width: Numeric value to be passed to arrows.
arrow.length: Numeric value to be passed to arrows.
arrow.color: Color.
include.grid: Logical. When TRUE, the grid of the graph is drawn.
vertex.frame.color: Either a vector of size n or a scalar indicating colors of vertices' borders.
bty: See par.
jitter.factor: Numeric vector of size 2 (for x and y) passed to jitter.
jitter.amount: Numeric vector of size 2 (for x and y) passed to jitter.
xlim: Passed to plot.
ylim: Passed to plot.
edge.curved: Logical scalar. When curved, generates curved edges.
background: TBD
Returns
Invisible. A data frame with the calculated coordinates, including: toa, threshold, and jit (a jittered version of toa).
Details
When vertex.label=NULL the function uses vertices ids as labels. By default vertex.label="" plots no labels.
Vertices are drawn using an internal function for generating polygons. Polygons are inscribed in a circle of radius vertex.size, and can be rotated using vertex.rot. The number of sides of each polygon is set via vertex.sides.