maxWrapper: Find an index of a maximum value in a numeric vector.

Description Usage Arguments Value Examples

View source: R/people_prediction.R

Description

Find an index of a maximum value in a numeric vector.

Usage

1

Arguments

x

a numeric vector

Value

an index of a maximum value in x

Examples

1
2
maxWrapper(c(1, 3, 2))
maxWrapper(c(0.1, 0.5, 0.7))

uyenhoang/pplpredict documentation built on May 3, 2019, 2:41 p.m.