Morph from one image to another in the specified steps.
Arguments
- from_img
image to start at
- to_img
image to end at
- from
starting percentage
- to
ending percentage
- by
step size
- ...
arguments to pass to
trans()
See also
WebMorph.org functions
avg()
,
loop()
,
symmetrize()
,
trans()
,
webmorph_up()
Examples
# \donttest{
if (webmorph_up()) {
stimuli <- demo_stim()
cont <- continuum(stimuli$f_multi, stimuli$m_multi)
# create an animated gif
animate(cont, fps = 10, rev = TRUE)
}
# }