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