plot.lexical: Plots a lexical Object

Description Usage Arguments

View source: R/lexical_classification.R

Description

Plots a lexical object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'lexical'
plot(
  x,
  min.freq = 1,
  rot.per = 0,
  random.order = FALSE,
  title = TRUE,
  title.color = "blue",
  ...
)

Arguments

x

The lexical object.

min.freq

Words with frequency below min.freq will not be plotted.

rot.per

Proportion words with 90 degree rotation.

random.order

logical. If codeTRUE plot words in random order. If FALSE, they will be plotted in decreasing frequency.

title

The title of the plot. Use NULL to eliminate.

title.color

The color of the title.

...

Other arguments passed to wordcloud.


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