Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

NumericVectorEquality

Test if two numeric vectors are equal


Description

Test if two numeric vectors are equal in their length and their elements

Usage

NumericVectorEquality(x, y)

Arguments

x

NumericVector

y

NumericVector

Value

1 if equal, 0 if not.

Author(s)

Albert Y. Kim

Examples

x <- c(1:10)
y <- rev(c(10:1))
NumericVectorEquality(x,y)

SpatialEpi

Methods and Data for Spatial Epidemiology

v1.2.3
GPL-2
Authors
Cici Chen [ctb], Albert Y. Kim [aut, cre], Michelle Ross [ctb], Jon Wakefield [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.