After running the code below I have that the produced wordcloud is considerably smaller in relationship to the whole graph. I attach a picture. How can I make it fit or in other words, cancel the white borders around the cloud? Thanks !
> set.seed(100)
>
> png(file=paste( path to save file))
>
> textplot_wordcloud(dfm_inaug, rotation = 0.0, min_size = 0.5, max_size
> = 3, color = c("skyblue3", "darkblue"))
>
> dev.off()
