plot.remify | R Documentation |
several plots that describe the network of relational events, both for directed and undirected relational events.
## S3 method for class 'remify'
plot(
x,
which = c(1:5),
breaks = 15L,
palette = "Purples",
n_intervals = 4L,
rev = TRUE,
actors = attr(x, "dictionary")$actors$actorName,
pch.degree = 20,
igraph.edge.color = "#4daa89",
igraph.vertex.color = "#5AAFC8",
...
)
x |
is a |
which |
one or more numbers between 1 and 5. Plots described in order: (1) distribution of the inter-event times (histogram), (2) tile plot titled 'activity plot', with in-degree and out-degree activity line plots on the sides (or total-degree on the top side if the network is undirected). Tiles' color is scaled based on the count of the directed (or undirected) dyad, (3) for directed networks two plots of normalized out-degree and in-degree (values ranging in [0,1]) over a set of |
breaks |
default is |
palette |
a palette from |
n_intervals |
number of time intervals for time plots (default is |
rev |
default is TRUE (reverse order of the color specified in |
actors |
default is the set of actors in the network (see |
pch.degree |
default is 20. Shape of the points for the degree plots (in-degree, out-degree, total-degree). |
igraph.edge.color |
color of the edges in visualization of the network with vertices and nodes. The user can specify the hex value of a color, the color name or use the function |
igraph.vertex.color |
color of the vertices in visualization of the network with vertices and nodes. The user can specify the hex value of a color, the color name or use the function |
... |
other graphical parameters |
Generic plot method
no return value, called for plotting descriptives on the relational event history data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.