Network.formality
- Network a formality
object.
# S3 method for formality
Network(
x,
contextual = "yellow",
formal = "red",
edge.constant,
title = NULL,
digits = 3,
plus.300.color = "grey40",
under.300.color = "grey88",
missing.color = "purple",
...
)
A formality
object.
The color to use for 0% formality (purely contextual).
The color to use for 100% formality (purely formal).
A constant to multiple edge width by.
The title to apply to the Network
ed image(s).
The number of digits to use in the current turn of talk formality.
The bar color to use for grouping variables exceeding 299 words per Heylighen & Dewaele's (2002) minimum word recommendations.
The bar color to use for grouping variables less than 300 words per Heylighen & Dewaele's (2002) minimum word recommendations.
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
.
formality Method for Network