This commit is contained in:
Rodrigo Fonseca 2020-06-18 23:28:43 -07:00 коммит произвёл GitHub
Родитель 23b0722085
Коммит 877b4e7cc1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -369,7 +369,8 @@ ggplot() +
## Figure 5(b)
``` r
# Again, both sets of curves are from different subsets of the full dataset: atc is the subset used in the paper, release is the public trace release.
# Again, both sets of curves are from different subsets of the full dataset:
# atc is the subset used in the paper, release is the public trace release.
atc_invocations_per_app_cum <- atc_functions_and_invocations_per_app %>%
select(-c(SubscriptionId,AppName,AvgInvocationsPerDay,Functions)) %>%