TotalCompare: comparison between two vectors

Usage Arguments Value Examples

View source: R/TotalCompare.R

Usage

1

Arguments

x, y

the two vectors to be compared entry-by-entry.

Value

a list with

g

which x values are greater than y

l

which x values are lower than y

Examples

1
2
3
xe <- c(1, 3, 6)
ye <- c(1, 2, 7)
TotalCompare(xe, ye)

mathphysmx/cleanTable documentation built on May 29, 2019, 2:51 p.m.