View source: R/discourse_map.R
print.animated_discourse_map | R Documentation |
Prints an animated_discourse_map object.
## S3 method for class 'animated_discourse_map'
print(
x,
title = NULL,
seed = sample(1:10000, 1),
layout = layout.auto,
pause = 0,
...
)
x |
The animated_discourse_map 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. |
... |
Other Arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.