powered by
Make blank images
blank(n = 1, width = 100, height = 100, color = "white", names = "img")
the number of images to return
image dimensions
background color, see color_conv()
color_conv()
names of the images (appended with index if < n)
list of stimuli
Stimulus creating functions animate(), as_stimlist(), new_stimlist(), new_stim(), read_img(), read_stim(), read_tem(), write_stim()
animate()
as_stimlist()
new_stimlist()
new_stim()
read_img()
read_stim()
read_tem()
write_stim()
# NOT RUN { stimuli <- blank(5, 100, 250, color = rainbow(5)) label(stimuli, size = 20) # }
Run the code above in your browser using DataLab