find_max {radiant.model} | R Documentation |
Find maximum value of a vector
find_max(x, y)
x |
Variable to find the maximum for |
y |
Variable to find the value for at the maximum of var |
Find the value of y at the maximum value of x
Value of val at the maximum of var
find_max(1:10, 21:30)