Просмотр исходного кода

took out animate-call from the join functions

if printed it will still call animate, but gives the user more flexibility about animation factors (such as times etc)
pull/18/merge
David 7 лет назад
Родитель
Сommit
256448d876
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      R/animate_helpers.R

+ 1
- 1
R/animate_helpers.R Просмотреть файл

@@ -106,7 +106,7 @@ animate_join <- function(x, y, by, type, export = "gif", ...) {
all <- bind_rows(step0, step1)

if (export == "gif") {
animate_plot(all, title, ...) %>% animate()
animate_plot(all, title, ...)
} else if (export == "first") {
title <- ""
static_plot(step0, title, ...)

Загрузка…
Отмена
Сохранить