plot.frequent_terms: Plots a frequent_terms Object

Description Usage Arguments

View source: R/frequent_terms.R

Description

Plots a frequent_terms object.

Usage

1
2
## S3 method for class 'frequent_terms'
plot(x, n, as.cloud = FALSE, random.order = FALSE, rot.per = 0, ...)

Arguments

x

The frequent_terms object.

n

The number of rows to plot. If integer selects the frequency at the nth row and plots all rows >= that value. If proportional (less than 0) the frequency value for the nth% row is selected and plots all rows >= that value.

as.cloud

logical. If TRUE a wordcloud will be plotted rather than a bar plot.

random.order

logical. Should the words be place randomly around the cloud or if FALSE the more frequent words are in the center of the cloud.

rot.per

The precentage of rotated words.

...

Other arguments passed to wordcloud.


trinker/termco documentation built on Jan. 7, 2022, 3:32 a.m.