-
when plotting keyness, the colors used are red and blue, blue being the target. The target bars are blue but the text is red. Why the difference? Also, can we pass ggplot arguments to textplot to alte…
-
Mainly for #1208, but related to #1213. Advantages of **wordcloud2** are
* no need of **slam**
* similar behavior to **ggplot2** (render via print method).
Its disadvantages are
* …
-
> Am 09.05.2018 um 23:34 schrieb CRAN submission:
> This was generated from CRAN.R-project.org/submit.html
> The following package was uploaded to CRAN:
> `=========================================…
-
I get an error when running this standalone, but not when running using CHECK:
https://github.com/kbenoit/quanteda/blob/master/tests/testthat/test-textplot.R#L195-L197
Why is this wrapped in `plot…
-
The label for reference documents becomes the name of the first documents in the reference group like `text12392`.
-
Hi,
this is probably due to the affinity textmodel still being work in progress, but with the latest quanteda build, `textplot_influence()` raises an error for the example from manual:
```
fitt…
-
As far as I see, the `predict()` function for `textmodel_wordscores()` only contains the document names and the estimated scores. As a result, based on the `predict()` output we do not which documents…
-
Originally reported at JuliaLang/julia#4850
`sin()` appears to be returning the wrong value:
```
make test-math
JULIA test/math
* math
exception on 1: ERROR: assertion failed: |:(sinpi(x)) …
-
Dear quanteda team,
I'm learning doing Japanese text analysis through your examples(http://docs.quanteda.io/articles/pkgdown/examples/japanese_speech_ja.html). When I draw the network plot by runni…
-
We could add a new plotting object called, for example, `textplot_frequency()`, which is based on [this plot](http://quanteda.io/articles/pkgdown_only/plotting.html#frequency-plots) from the vignette.…