Learn R Programming

do (version 1.9.0.0)

compare: Compare two vectors

Description

Compare two vectors

Usage

equal(a, b)

over(a, b)

lower(a, b)

Arguments

a

one vector

b

the other vector

Value

the compared object

Examples

Run this code
# NOT RUN {
equal(letters,c('a','b'))
over(1:10,5)
over(1:10,5)
# }

Run the code above in your browser using DataLab