Skip to main content

builtin_which_max

Function builtin_which_max 

Source
fn builtin_which_max(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Index of the maximum element.

@param x numeric vector @return scalar integer (1-based index)