bounds: Get template bounds

View source: R/crop.R

boundsR Documentation

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

demo_stim() |> bounds() |> str()

demo_stim() |> bounds(each = TRUE)

webmorphR documentation built on June 2, 2022, 5:07 p.m.