print.animated_formality | R Documentation |
Prints a animated_formality object.
## S3 method for class 'animated_formality'
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",
...
)
x |
The animated_formality object. |
title |
The title of the plot. |
seed |
The seed to use in plotting the graph. |
layout |
igraph |
pause |
The length of time to pause between plots. |
legend |
The coordinates of the legend. See
|
legend.cex |
character expansion factor. |
bg |
The color to be used for the background of the device region. See
|
net.legend.color |
The text legend color for the network plot. |
... |
Other Arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.