# NOT RUN {
# get an image with 2 different templates
stimuli <- demo_tems("frl|fpp106")
# default template
draw_tem(stimuli)
# }
# NOT RUN {
# custom template
draw_tem(stimuli,
pt.shape = "cross",
pt.color = "red",
pt.alpha = 1,
pt.size = 15,
line.color = rgb(0, 0, 0),
line.alpha = 0.5,
line.size = 5)
# indexed template
draw_tem(stimuli,
pt.shape = "index",
pt.size = 15,
pt.alpha = 1,
line.alpha = 0)
# }
Run the code above in your browser using DataLab