View source: R/plot_seasonality.R
plot_seasonality | R Documentation |
Generates a seasonality graphic for a given account data
plot_seasonality(.data, value_type = "1", clean_names = TRUE, polar = TRUE)
.data |
tibble with 12 month accumulated values |
value_type |
character 1- For updated value |
clean_names |
logical uses polar coordinates |
line graph.
get_account_data_by_month(c("fÃsica"), month = c(1:12), match_required = FALSE) %>% plot_seasonality()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.