powered by
Rotate each stimulus so the eye points are horizontal.
horiz_eyes(stimuli, left_eye = 0, right_eye = 1, fill = wm_opts("fill"))
list of stimuli
The first point to align (defaults to 0)
The second point to align (defaults to 1)
background color to pass to rotate, see color_conv()
color_conv()
list of stimuli with rotated tems and/or images
Stimulus manipulation functions align(), crop_tem(), crop(), greyscale(), image_func(), mask_oval(), mask(), mirror(), pad(), resize(), rotate(), to_size()
align()
crop_tem()
crop()
greyscale()
image_func()
mask_oval()
mask()
mirror()
pad()
resize()
rotate()
to_size()
# NOT RUN { stimuli <- demo_unstandard(1:3) horiz_eyes(stimuli, fill = "red") # }
Run the code above in your browser using DataLab