minSVector: Finding the minimum / maximum value of one vectors and one...

View source: R/Vectortools.R

minSVectorR Documentation

Finding the minimum / maximum value of one vectors and one wert

Description

Finding the minimum / maximum value of one vectors and one wert

Usage

minSVector(WrtA, VctB)

maxSVector(WrtA, VctB)

Arguments

WrtA

numic

VctB

vector, numic

Value

vector, result

Examples

a = 2
B = c(1, 2, 3)
maxVector(a, B)
maxVector(a, B)

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