plot_speech: Visualización rápida del discurso (_Quick speech viz_)

View source: R/plot_speech.R

plot_speechR Documentation

Visualización rápida del discurso (Quick speech viz)

Description

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)

Usage

plot_speech(data)

Arguments

data

requiere un discurso dentro data.frame con formato tidy descargado con get_speech (a tidy data.frame with the speech downloaded with get_speech is required).

Value

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).


electorArg/polAr documentation built on Oct. 31, 2023, 8:27 a.m.