f_manip_bring_to_pos_range: bring vector to positice range

Description Usage Arguments Value Examples

Description

if min < 0, add abs(min) to all values

Usage

1

Arguments

vec

numeric vector

Value

vector

Examples

1
2
3
vec = c( -2,0,2,4,6)
vec = f_manip_bring_to_pos_range( vec )
vec

erblast/oetteR documentation built on May 27, 2019, 12:11 p.m.