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

View source: R/Vectortools.R

minVectorR Documentation

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

Description

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

Usage

minVector(VctA, VctB)

maxVector(VctA, VctB)

Arguments

VctA

vector, numic, first Vector

VctB

vector, numic, second Vector

Value

vector, result

Examples

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

LuckyKanLei/HydSig documentation built on June 30, 2022, 8:07 p.m.