maxVector: Finding the maximum value of the corresponding position of...

Description Usage Arguments Value Examples

View source: R/Vectortools.R

Description

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

Usage

1
maxVector(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)
maxVector(A, B)

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