minpositive: Get the minimum positive value

View source: R/global_functions.R

minpositiveR Documentation

Get the minimum positive value

Description

Get the minimum positive value

Usage

minpositive(x)

Arguments

x

A numeric vector or variable

Value

Returns the minimum positive value in an object

Examples

minpositive(c(-1,-2,3,5,6,7,8,9,10))

Keniajin/protGear documentation built on Feb. 6, 2023, 6:28 p.m.