Network.polarity: Network Polarity

View source: R/polarity.R

Network.polarityR Documentation

Network Polarity

Description

Network.polarity - Network a polarity object.

Usage

## S3 method for class 'polarity'
Network(
  x,
  negative = "blue",
  positive = "red",
  neutral = "yellow",
  edge.constant,
  title = NULL,
  digits = 3,
  ...
)

Arguments

x

A polarity object.

negative

The color to use for negative polarity.

positive

The color to use for positive polarity.

neutral

The color to use for neutral polarity.

edge.constant

A constant to multiple edge width by.

title

The title to apply to the Networked image(s).

digits

The number of digits to use in the current turn of talk polarity.

...

Other arguments passed to discourse_map.

Details

polarity Method for Network


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