wordcloud2 package
Just playing around with the wordcloud2 package.
library(wordcloud2)
wordcloud2(data = demoFreq, color = "skyblue", backgroundColor = "grey", size = 0.5, minSize = 1)
wordcloud2(demoFreq, color = "skyblue", backgroundColor = "grey", shape = "star", size = 0.5, minSize = 1)
wordcloud2(demoFreq, color = "skyblue", backgroundColor = "grey", shape = "cardioid", size = 0.5, minSize = 1)
wordcloud2(demoFreq, color = "skyblue", backgroundColor = "grey", shape = "diamond", size = 0.5, minSize = 1)
wordcloud2(demoFreq, color = "skyblue", backgroundColor = "grey", shape = "triangle-forward", size = 0.5, minSize = 1)
wordcloud2(demoFreq, color = "skyblue", backgroundColor = "grey", shape = "triangle", size = 0.5, minSize = 1)
wordcloud2(demoFreq, color = "skyblue", backgroundColor = "grey", shape = "pentagon", size = 0.5, minSize = 1)