Learn R Programming

quanteda.textplots: plots and visualisation for quanteda

About

Contains the textplot_*() functions formerly in quanteda. For more details, see https://quanteda.io.

How to Install

The normal way from CRAN, using your R GUI or

install.packages("quanteda.textplots") 

Or for the latest development version:

remotes::install_github("quanteda/quanteda.textplots") 

How to cite

Benoit, Kenneth, Kohei Watanabe, Haiyan Wang, Paul Nulty, Adam Obeng, Stefan Müller, and Akitaka Matsuo. (2018) “quanteda: An R package for the quantitative analysis of textual data”. Journal of Open Source Software. 3(30), 774. https://doi.org/10.21105/joss.00774.

For a BibTeX entry, use the output from citation(package = "quanteda.textplots").

Leaving Feedback

If you like quanteda, please consider leaving feedback or a testimonial here.

Contributing

Contributions in the form of feedback, comments, code, and bug reports are most welcome. How to contribute:

Copy Link

Version

Install

install.packages('quanteda.textplots')

Monthly Downloads

1,182

Version

0.95

License

GPL-3

Maintainer

Kenneth Benoit

Last Published

August 28th, 2024

Functions in quanteda.textplots (0.95)

textplot_scale1d

Plot a fitted scaling model
textplot_wordcloud

Plot features as a wordcloud
check_font

Check if font is available on the system
textplot_network

Plot a network of feature co-occurrences
as.igraph

Convert an fcm to an igraph object
textplot_xray

Plot the dispersion of key word(s)
wordcloud

Internal function for textplot_wordcloud
textplot_keyness

Plot word keyness
as.network

redefinition of network::as.network()
quanteda.textplots-package

quanteda.textplots: Plots for the Quantitative Analysis of Textual Data
wordcloud_comparison

Internal function for textplot_wordcloud