Prints an animated_discourse_map object.
# S3 method for animated_discourse_map
print(
x,
title = NULL,
seed = sample(1:10000, 1),
layout = layout.auto,
pause = 0,
...
)
The animated_discourse_map 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.
Other Arguments passed to plot.igraph
.