# NOT RUN {
stimuli <- demo_stim()
# set width to proportion, height proportional
resize(stimuli, .5) |> draw_tem()
# set width and height separately by pixels
resize(stimuli, 400, 250) |> draw_tem()
# }
Run the code above in your browser using DataLab