Learn R Programming

radiant.model (version 0.9.7)

find_max: 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

Value

Value of val at the maximum of var

Details

Find the value of y at the maximum value of x

Examples

Run this code
# NOT RUN {
find_min(1:10, 20:30)

# }

Run the code above in your browser using DataLab