View source: R/graphCompleteTimeSeries.R
graphCompleteTimeSeries | R Documentation |
Generate a graph showing a time series about the evolution of account values for selected countries
graphCompleteTimeSeries(.data, selected_country = "Brasil", text_max = FALSE)
.data |
tibble data about the evolution of account values for selected countries |
text_max |
logical displays the names of the top countries |
selected_coutry |
vector name of a coutry to be highlighted |
time series graph.
dataCompleteTimeSeries(account="Despesa") %>% graphCompleteTimeSeries(selected_country="Brasil", text_max = FALSE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.