ソースを参照

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, ...)

読み込み中…
キャンセル
保存