ggboy_gif | R Documentation |
Create a ggboy animated gif
ggboy_gif(
gif,
width = 160,
height = 144,
scale = 1,
fps = 5,
delay = NULL,
frame_data = NULL,
first_n = NULL,
...
)
gif |
File path or URL of GIF |
width |
output width (default 160 * scale) |
height |
output height (default 144 * scale) |
scale |
multiplicative scaling factor for width and height (default = 1) |
fps |
frames per second. Ignored if delay is not NULL |
delay |
delay after each frame, in 1/100 seconds. Must be length 1, or number of frames. If specified, then fps is ignored. |
frame_data |
a dataframe of x, y and z values as returned by |
first_n |
only use frames |
... |
named arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.