minVector: Finding the minimum value of the corresponding position of...

Description Usage Arguments Value Examples

View source: R/Vectortools.R

Description

Finding the minimum value of the corresponding position of two equal large vectors

Usage

1
minVector(VctA, VctB)

Arguments

VctA

vector, numic, first Vector

VctB

vector, numic, second Vector

Value

vector, result

Examples

1
2
3
A = c(1, 2, 3)
B = c(2, 2, 2)
minVector(A, B)

MomentVon/HMtools documentation built on April 4, 2021, 8:57 p.m.