plot um data
1 |
1 2 3 4 | fg_data <- load_fg("~/data/icrmkpi/unusual/", 'fg-year.csv')
unusual_data <- load_unusual_all("~/data/icrmkpi/unusual/")
unusual_data <- prepare_unusual(data=unusual_data, fg_data = fg_data, .company = 'G046',.year=2020, .month = 4 ,rolling = 13)
plot_unusual (data = unusual_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.