Network.formality: Network Formality

Description Usage Arguments Details

View source: R/formality.R

Description

Network.formality - Network a formality object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'formality'
Network(
  x,
  contextual = "yellow",
  formal = "red",
  edge.constant,
  title = NULL,
  digits = 3,
  plus.300.color = "grey40",
  under.300.color = "grey88",
  missing.color = "purple",
  ...
)

Arguments

x

A formality object.

contextual

The color to use for 0% formality (purely contextual).

formal

The color to use for 100% formality (purely formal).

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 formality.

plus.300.color

The bar color to use for grouping variables exceeding 299 words per Heylighen & Dewaele's (2002) minimum word recommendations.

under.300.color

The bar color to use for grouping variables less than 300 words per Heylighen & Dewaele's (2002) minimum word recommendations.

missing.color

The color to use in a network plot for edges corresponding to missing text data. Use na.omit before hand to remove the missing values all together.

...

Other arguments passed to discourse_map.

Details

formality Method for Network


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