| #' Animation Options | |||||
| #' Animate a Plot | |||||
| #' | #' | ||||
| #' @param d a processed dataset | #' @param d a processed dataset | ||||
| #' @param title the title of the plot | #' @param title the title of the plot |
| % Please edit documentation in R/plot_helpers.R | % Please edit documentation in R/plot_helpers.R | ||||
| \name{animate_plot} | \name{animate_plot} | ||||
| \alias{animate_plot} | \alias{animate_plot} | ||||
| \title{Animation Options} | |||||
| \title{Animate a Plot} | |||||
| \usage{ | \usage{ | ||||
| animate_plot(d, title = "", ..., anim_opts = anim_options(...)) | animate_plot(d, title = "", ..., anim_opts = anim_options(...)) | ||||
| } | } | ||||
| a \code{gganim} object | a \code{gganim} object | ||||
| } | } | ||||
| \description{ | \description{ | ||||
| Animation Options | |||||
| Animate a Plot | |||||
| } | } | ||||
| \examples{ | \examples{ | ||||
| NULL | NULL |