Network.polarity
- Network a polarity
object.
# S3 method for polarity
Network(
x,
negative = "blue",
positive = "red",
neutral = "yellow",
edge.constant,
title = NULL,
digits = 3,
...
)
A polarity
object.
The color to use for negative polarity.
The color to use for positive polarity.
The color to use for neutral polarity.
A constant to multiple edge width by.
The title to apply to the Networked image(s).
The number of digits to use in the current turn of talk polarity.
Other arguments passed to discourse_map
.
polarity Method for Network