Переглянути джерело

unified animate_set and animate_join

before saving, the function animate needs to be called
pkg
David 7 роки тому
джерело
коміт
576393416d
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      R/animate_sets.R

+ 1
- 1
R/animate_sets.R Переглянути файл

@@ -91,7 +91,7 @@ animate_set <- function(
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, ...)

Завантаження…
Відмінити
Зберегти