|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/plot_helpers.R
- \name{animate_plot}
- \alias{animate_plot}
- \title{Animates a plot}
- \usage{
- animate_plot(d, title = "", ..., anim_opts = anim_options(...))
- }
- \arguments{
- \item{d}{a processed dataset}
-
- \item{title}{the title of the plot}
-
- \item{anim_opts}{Animation options generated with \code{\link[=anim_options]{anim_options()}}. Overrides
- any options set in \code{...}.}
- }
- \value{
- a \code{gganim} object
- }
- \description{
- Animates a plot
- }
- \examples{
- NULL
- }
|