compare: Chech if a vector is the same of another

Description Usage Arguments Examples

View source: R/compare.R

Description

Chech if a vector is the same of another

Usage

1
compare(u, v, eps = 1e-09)

Arguments

eps

Examples

1
2
compare(c(1,1),c(1,1))
compare(c(1,1),c(1,2))

RJauslin/SystematicSampling documentation built on Feb. 10, 2021, 9:37 a.m.