Package: quanteda.textplots 0.95

Kenneth Benoit

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

Plotting functions for visualising textual data. Extends 'quanteda' and related packages with plot methods designed specifically for text data, textual statistics, and models fit to textual data. Plot types include word clouds, lexical dispersion plots, scaling plots, network visualisations, and word 'keyness' plots.

Authors:Kenneth Benoit [cre, aut, cph], Kohei Watanabe [aut], Haiyan Wang [aut], Adam Obeng [aut], Stefan Müller [aut], Akitaka Matsuo [aut], Ian Fellows [cph], European Research Council [fnd]

quanteda.textplots_0.95.tar.gz
quanteda.textplots_0.95.zip(r-4.5)quanteda.textplots_0.95.zip(r-4.4)quanteda.textplots_0.95.zip(r-4.3)
quanteda.textplots_0.95.tgz(r-4.5-x86_64)quanteda.textplots_0.95.tgz(r-4.5-arm64)quanteda.textplots_0.95.tgz(r-4.4-x86_64)quanteda.textplots_0.95.tgz(r-4.4-arm64)quanteda.textplots_0.95.tgz(r-4.3-x86_64)quanteda.textplots_0.95.tgz(r-4.3-arm64)
quanteda.textplots_0.95.tar.gz(r-4.5-noble)quanteda.textplots_0.95.tar.gz(r-4.4-noble)
quanteda.textplots_0.95.tgz(r-4.4-emscripten)quanteda.textplots_0.95.tgz(r-4.3-emscripten)
quanteda.textplots.pdf |quanteda.textplots.html
quanteda.textplots/json (API)
NEWS

# Install 'quanteda.textplots' in R:
install.packages('quanteda.textplots', repos = c('https://quanteda.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/quanteda/quanteda.textplots/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:quanteda.textplots-0.95(2024-08-28)

Conda:

cpp

6.77 score 7 stars 648 scripts 2.6k downloads 15 mentions 7 exports 48 dependencies

Last updated 6 months agofrom:66fa7c1807. Checks:11 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 25 2025
R-4.5-win-x86_64OKFeb 25 2025
R-4.5-mac-x86_64OKFeb 25 2025
R-4.5-mac-aarch64OKFeb 25 2025
R-4.5-linux-x86_64OKFeb 25 2025
R-4.4-win-x86_64OKFeb 25 2025
R-4.4-mac-x86_64OKFeb 25 2025
R-4.4-mac-aarch64OKFeb 25 2025
R-4.3-win-x86_64OKFeb 25 2025
R-4.3-mac-x86_64OKFeb 25 2025
R-4.3-mac-aarch64OKFeb 25 2025

Exports:as.igraphas.networktextplot_keynesstextplot_networktextplot_scale1dtextplot_wordcloudtextplot_xray

Dependencies:clicodacolorspacecpp11extrafontextrafontdbfansifarverfastmatchggplot2ggrepelgluegtableigraphisobandISOcodesjsonlitelabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnetworknlmepillarpkgconfigquantedaR6RColorBrewerRcpprlangRttf2pt1scalessnaSnowballCstatnet.commonstopwordsstringitibbleutf8vctrsviridisLitewithrxml2yaml

Citation

Benoit K, Watanabe K, Wang H, Nulty P, Obeng A, Müller S, Matsuo A (2018). “quanteda: An R package for the quantitative analysis of textual data.” Journal of Open Source Software, 3(30), 774. doi:10.21105/joss.00774, https://quanteda.io.

Corresponding BibTeX entry:

  @Article{,
    title = {quanteda: An R package for the quantitative analysis of
      textual data},
    journal = {Journal of Open Source Software},
    author = {Kenneth Benoit and Kohei Watanabe and Haiyan Wang and
      Paul Nulty and Adam Obeng and Stefan Müller and Akitaka Matsuo},
    doi = {10.21105/joss.00774},
    url = {https://quanteda.io},
    volume = {3},
    number = {30},
    pages = {774},
    year = {2018},
  }

Readme and manuals

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")
install.packages("quanteda.textplots", repos = c('https://quanteda.r-universe.dev', 'https://cloud.r-project.org')) 

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:

Help Manual

Help pageTopics
Plot word keynesstextplot_keyness
Plot a network of feature co-occurrencesas.igraph.fcm as.network.fcm textplot_network
Plot a fitted scaling modeltextplot_scale1d
Plot features as a wordcloudtextplot_wordcloud
Plot the dispersion of key word(s)textplot_xray