Plots a formality object including the parts of speech used to calculate contextual/formal speech.
# S3 method for formality
plot(x, point.pch = 20, point.cex = 0.5,
point.colors = c("gray65", "red"), bar.colors = NULL,
short.names = TRUE, min.wrdcnt = NULL, order.by.formality = TRUE,
plot = TRUE, ...)
The formality object.
The plotting symbol.
The plotting symbol size.
A vector of colors (length of two) to plot word count and formality score.
A palette of colors to supply to the bars in the visualization. If two palettes are provided to the two bar plots respectively.
logical. If TRUE shortens the length of legend and label names for more compact plot width.
A minimum word count threshold that must be achieved to be considered in the results. Default includes all subgroups.
logical. If TRUE
the group formality plot
will be ordered by average formality score, otherwise alphabetical order is
assumed.
logical. If TRUE
the plot will automatically plot.
The user may wish to set to FALSE
for use in knitr, sweave, etc.
to add additional plot layers.
ignored
Invisibly returns the ggplot2
objects that form the larger
plot.