Learn R Programming

templr (version 0.2-0)

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

Description

Helper function to get $max from 'input' list

Usage

max_input(inp)

Value

array of inp$...$max values

Arguments

inp

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

Examples

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

Run the code above in your browser using DataLab