print.animated_lexical_classification: Prints an animated_lexical_classification Object

View source: R/lexical_classification.R

print.animated_lexical_classificationR Documentation

Prints an animated_lexical_classification Object

Description

Prints an animated_lexical_classification object.

Usage

## S3 method for class 'animated_lexical_classification'
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",
  ...
)

Arguments

x

The animated_lexical_classification 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.

legend

The coordinates of the legend. See color.legend for more information.

legend.cex

character expansion factor. NULL and NA are equivalent to 1.0. See mtext for more information.

bg

The color to be used for the background of the device region. See par for more information.

net.legend.color

The text legend color for the network plot.

...

Other Arguments passed to plot.igraph.


qdap documentation built on May 31, 2023, 5:20 p.m.