Network.formality function

Network Formality

Network Formality

Network.formality - Network a formality object.

## 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

  • Maintainer: Tyler Rinker
  • License: GPL-2
  • Last published: 2023-05-11