mergeVectorsLowerValues: function merge 2 numeric vectors and return a vector with the...

Description Usage Arguments Examples

View source: R/Graph.R

Description

function merge 2 numeric vectors and return a vector with the smalest values for each position of the vectors

Usage

1

Arguments

2

numeric vectors

Examples

1
2
d1 <- c(1,2,1,2,3,4), d2 <- c(2,3,1,1,5,2)
 mergeVectorsLowerValues(d1,d2) returns -> 1,2,1,1,3,2

sandraTL/PADIGM documentation built on May 29, 2019, 1:45 p.m.