graphAccountDistribution: Generate a graph showing the distribution of account values...

View source: R/graphAccountDistribution.R

graphAccountDistributionR Documentation

Generate a graph showing the distribution of account values for a set of countries

Description

Generate a graph showing the distribution of account values for a set of countries

Usage

graphAccountDistribution(.data, selected_country = "Brasil", text_max = FALSE)

Arguments

.data

tibble data about the distribution of account values for a set of countries

text_max

logical displays the names of the top countries

selected_coutry

vector name of a coutry to be highlighted

Value

box plot graph.

Examples

dataAccountDistribution(year=2019) %>% graphAccountDistribution(selected_country="Brasil", text_max = FALSE )

tchiluanda/Rgfs documentation built on Feb. 7, 2023, 2:54 p.m.