浏览代码

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

正在加载...
取消
保存