plot_speech | R Documentation |
Función que permite una rápida visualización de los discursos presidenciales a través de nube de palabras representando su frecuencia relativa con el tamaño. (Function that plots a word cloud of presidential specches, with word sizes as a function of its frequency in the data set)
plot_speech(data)
data |
requiere un discurso dentro data.frame con formato tidy descargado con |
Devuelve un objeto con clases "wordcloud2" "htmlwidget"
que representa gráficamente el contenido de un discurso presidencial
(it retruns an object of classes "wordcloud2" "htmlwidget"
with a graphical representation of presidential speeches).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.