max_input: Helper function to get $max from 'input' list

View source: R/bounds.R

max_inputR Documentation

Helper function to get $max from 'input' list

Description

Helper function to get $max from 'input' list

Usage

max_input(inp)

Arguments

inp

lst of objects containing 'max' field (as list)

Value

array of inp$...$max values

Examples

max_input(list(x1=list(min=0,max=1),x2=list(min=2,max=3)))

templr documentation built on Oct. 25, 2022, 5:05 p.m.