| splice | R Documentation |
Splice frames into a film
splice(images, insert, after)
images |
an object of class |
insert |
an object of class |
after |
integer scalar (or vector of scalars) giving the frame
number(s) after which |
a magick-image object
After each operation a message listing the updated frame sequence is
printed in interactive sessions. Use
stopmotion_verbosity(FALSE) to suppress these messages, or set
options(stopmotion.verbose = FALSE) in your script or
‘.Rprofile’.
dino_dir <- system.file("extdata", package = "stopmotion")
images <- read(dir = dino_dir)
splice(images = images, insert = magick::wizard, after = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.