iseq | R Documentation |
This internal function is used to determine whether two vectors/matrices have
the same elements (or, a vector/matrix is all equal to 0)
using all.equal()
. Attributes and dimensions are ignored as
they are passed as vectors using c()
.
iseq(x, y = rep.int(0, length(x)), tol = .Machine$double.eps * 100)
x |
Main |
y |
|
tol |
Numeric to specify |
all.equal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.