Prints an animated_polarity object.
# S3 method for animated_polarity
print(
x,
title = NULL,
seed = sample(1:10000, 1),
layout = layout.auto,
pause = 0,
legend = c(-0.5, -1.5, 0.5, -1.45),
legend.cex = 1,
bg = NULL,
net.legend.color = "black",
...
)
The animated_polarity object.
The title of the plot.
The seed to use in plotting the graph.
igraph layout
to use.
The length of time to pause between plots.
The coordinates of the legend. See
color.legend
for more information.
character expansion factor. NULL
and NA
are
equivalent to 1.0. See mtext
for more information.
The color to be used for the background of the device region. See
par
for more information.
The text legend color for the network plot.
Other Arguments passed to plot.igraph
.