g.makeGif: makes an animated gif

Description Usage Arguments Value

View source: R/g.makeGif.R

Description

makes an animated gif

Usage

1
2
g.makeGif(it, fun, file, width = 500, heigth = 500, delay = 10,
  loop = 0)

Arguments

it

numeric vector of values to pass to fun to generate series of frame

fun

function taking for sole input it and returning a figure

file

file in wich to save the output gif

width

size of the gif in px

heigth

size of the gif in px

delay

delay value to pass on to convert, in millisecand between frame change

loop

value to pass on to convert, should the gif loop. if so keep at 0

Value

a gif image


GabrielPigeon/gabtool documentation built on May 6, 2019, 5:32 p.m.