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)

debruine/webmorphR documentation built on Aug. 15, 2022, 3:51 p.m.