powered by
Get template bounds
bounds(stimuli, each = FALSE)
A stimlist
Whether to calculate max and min for the full set (default) or each image separately
A list of min and max x and y values
# NOT RUN { demo_stim() |> bounds() |> str() demo_stim() |> bounds(each = TRUE) # }
Run the code above in your browser using DataLab