print.animated_discourse_map: Prints an animated_discourse_map Object

Description Usage Arguments

View source: R/discourse_map.R

Description

Prints an animated_discourse_map object.

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'animated_discourse_map'
print(
  x,
  title = NULL,
  seed = sample(1:10000, 1),
  layout = layout.auto,
  pause = 0,
  ...
)

Arguments

x

The animated_discourse_map object.

title

The title of the plot.

seed

The seed to use in plotting the graph.

layout

igraph layout to use.

pause

The length of time to pause between plots.

...

Other Arguments passed to plot.igraph.


trinker/qdap documentation built on Sept. 30, 2020, 6:28 p.m.