quanteda / quanteda.textplots

Plotting and visualisation for quanteda
GNU General Public License v3.0
6 stars 1 forks source link

How to combine multiple textplots to one graph? #6

Open yuanzhouIR opened 4 years ago

yuanzhouIR commented 4 years ago

In the basic R plot, we can use par(mfrow = c(1, 2)) to arrange two graphs in one page. However, it does not work on textplot_wordcloud(). What should I do to juxtapose two wordclouds? Specifically, if I have p1 <- textplot_wordcloud(dfm1) and p1 <- textplot_wordcloud(dfm2), can I put them in one graph with p1 on the left and p2 on the right?

TianzhuQin commented 3 years ago

I have the same issue with yuanzhou, and really expect this feature.