generate_word_cloud {textAnnotatoR} | R Documentation |
Generate word cloud visualization
Description
Creates a simple word cloud visualization from the input text, showing the most frequent words with size proportional to their frequency.
Usage
generate_word_cloud(text)
Arguments
text |
Character string containing the text to visualize |
Value
A plot object containing the word cloud visualization
[Package textAnnotatoR version 0.1.4 Index]