LoslegenKostenlos starten

Word clouds for visualization

A word cloud is an image made up of words in which the size of each word indicates its frequency.

It is an effective promotional image for marketing campaigns.

In this exercise, you will create word clouds using the words in a text corpus.

The refined text corpus that you created for "telemedicine" has been pre-loaded as corp_refined.

The libraries wordcloud and RColorBrewer have been pre-loaded for this exercise.

Diese Übung ist Teil des Kurses

<Kurs>Analyzing Social Media Data in R</Kurs>
Kurs ansehen

Interaktive praktische Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Create a word cloud in red with min frequency of 20
___(corp_refined, min.freq = ___, colors = "___", 
    scale = c(___,0.5),random.order = FALSE)
Code bearbeiten und ausführen