Learn R Programming

do (version 2.0.0.1)

compare: Compare two vectors

Description

Compare two vectors

Usage

equal(a, b)

over(a, b)

lower(a, b)

Value

the compared object

Arguments

a

one vector

b

the other vector

Examples

Run this code
equal(letters,c('a','b'))
over(1:10,5)
over(1:10,5)

Run the code above in your browser using DataLab