find_max: This function finds the maximum value from a vector

Description Usage Arguments Value Author(s) Examples

View source: R/find-max.R

Description

This function finds the maximum value from a vector

Usage

1

Arguments

vector

A vector of values

Value

A maximum value from the given vector

Author(s)

Som Bohora

Examples

1
find_max(c(2,3,200,5,6,7))

sbohora/Somya documentation built on May 14, 2019, 7:35 a.m.