find_max: Find maximum value of a vector

find_maxR Documentation

Find maximum value of a vector

Description

Find maximum value of a vector

Usage

find_max(x, y)

Arguments

x

Variable to find the maximum for

y

Variable to find the value for at the maximum of var

Details

Find the value of y at the maximum value of x

Value

Value of val at the maximum of var

Examples

find_max(1:10, 21:30)


radiant.model documentation built on Oct. 16, 2023, 9:06 a.m.