From 78c0a802c53244e6f868d810b00f865fb1a464a1 Mon Sep 17 00:00:00 2001 From: Amin Adibi Date: Tue, 20 Sep 2022 11:47:06 -0700 Subject: [PATCH] Correcting docs for nframes and fps arguments Correcting docs for nframes and fps arguments of the animate function. Making them consistent with documentation of `animate` --- vignettes/gganimate.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/gganimate.Rmd b/vignettes/gganimate.Rmd index ca676f3..6a93957 100644 --- a/vignettes/gganimate.Rmd +++ b/vignettes/gganimate.Rmd @@ -225,8 +225,8 @@ when you ask *gganimate* to render the animation. When you print an animation object the `animate()` function is called on the animation with default arguments, some of which are: -- **nframes** sets the number of frames (defaults to `100`) -- **fps** sets the number of frames (defaults to `10`) +- **nframes** sets the number of frames to render (defaults to `100`) +- **fps** sets the frame rate of the animation in frames/sec (defaults to `10`) - **dev** sets the device used to render each frame (defaults to `'png'`) - **renderer** sets the function used to combine each frame into an animate (defaults to `gifski_renderer()`)