Learn R Programming

webmorphR (version 0.1.1)

bounds: Get template bounds

Description

Get template bounds

Usage

bounds(stimuli, each = FALSE)

Arguments

stimuli

A stimlist

each

Whether to calculate max and min for the full set (default) or each image separately

Value

A list of min and max x and y values

Examples

Run this code
# NOT RUN {
demo_stim() |> bounds() |> str()

demo_stim() |> bounds(each = TRUE)
# }

Run the code above in your browser using DataLab