View source: R/lexical_classification.R
plot.lexical | R Documentation |
Plots a lexical object.
## S3 method for class 'lexical'
plot(
x,
min.freq = 1,
rot.per = 0,
random.order = FALSE,
title = TRUE,
title.color = "blue",
...
)
x |
The lexical object. |
min.freq |
Words with frequency below |
rot.per |
Proportion words with 90 degree rotation. |
random.order |
logical. If codeTRUE plot words in random order. If |
title |
The title of the plot. Use |
title.color |
The color of the title. |
... |
Other arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.