Network.formality {qdap} | R Documentation |
Network Formality
Description
Network.formality
- Network a formality
object.
Usage
## 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 |
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 |
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 |
... |
Other arguments passed to |
Details
formality Method for Network