View source: R/graphAccountDistribution.R
graphAccountDistribution | R Documentation |
Generate a graph showing the distribution of account values for a set of countries
graphAccountDistribution(.data, selected_country = "Brasil", text_max = FALSE)
.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 |
box plot graph.
dataAccountDistribution(year=2019) %>% graphAccountDistribution(selected_country="Brasil", text_max = FALSE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.