animate | R Documentation |
Create an animated gif from a list of stimuli
animate(stimuli, fps = 1, loop = 0, rev = FALSE)
stimuli |
list of stimuli |
fps |
frames per second |
loop |
how many times to loop the animation (0 = infinite) |
rev |
whether to loop back and forth (TRUE) or in one direction (FALSE) |
magick image
Stimulus creating functions
as_stimlist()
,
blank()
,
new_stimlist()
,
new_stim()
,
read_img()
,
read_stim()
,
read_tem()
,
write_stim()
# slideshow of images (1/second) demo_stim() |> animate() # rotate a face degrees <- seq(0, 350, 10) demo_stim(1) |> mask() |> rep(length(degrees)) |> rotate(degrees) |> animate(fps = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.