plot_results: Grafica resultados (_Plot results_)

View source: R/plot_results.R

plot_resultsR Documentation

Grafica resultados (Plot results)

Description

Función para graficar resultados de la elección (Function to plot election results)

Usage

plot_results(data, national = FALSE)

Arguments

data

un tibble guardado como objeto en el Enviroment luego de consultar get_election_data con parámetro level en provincia (tibble saved as an object in the Enviroment after querying get_election_data with provincia as level parameter).

national

un boleano opcional para graficar elecciones presidenciales sin desagregar (an optional boolean to plot presidential elections without disaggregating).

Details

REQUISITOS:

1. El formato de data debe ser long para poder graficar. Si data es wide se puede transformar con make_long (long format of data is required for plotting results. If data is in wide format you can transform it with make_long)

2. data tiene que haber incorporando los nombres de las listas. Agreguelos con get_names (data must have party names. Add them with get_names)

3. data tiene que haber sido descargada con parametro level = provincia con la funcion get_election_data (data must have level = provincia wen downloading it with get_election_data)

Value

Devuelve un objeto de class"gg" "ggplot" que grafica el resultado de una eleccion condicional al nivel de agregacion de data (Returns an object of class "gg" "ggplot" that plots the election results conditional on the level of data aggregation.).

See Also

tabulate_results

Examples

  
 tucuman_dip_gral_2017
 
 tucuman_dip_gral_2017 %>%
       get_names() %>%    
       plot_results()


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