Learn R Programming

quanteda (version 0.9.9-3)

plot-deprecated: deprecated plotting functions

Description

Functions with deprecated names for plotting quanteda objects.

Usage

"plot"(x, ...)
"plot"(x, ...)
"plot"(x, ...)

Arguments

x
object to be plotted
...
additional arguments passed to the new function

Details

plot.dfm is the deprecated method to produce a word cloud from a dfm; use textplot_wordcloud instead.

plot.kwic is the deprecated method to produce a dispersion plot from a kwic object; use textplot_xray instead.

plot.textmodel_wordfish_fitted is the deprecated method to produce a scale plot with error bars for a fitted wordfish text model object; textplot_scale1d instead.