gsi.eq | R Documentation |
Works like ==
gsi.eq(x,y)
x |
A numeric vector or matrix |
y |
A single numerical value, possibly including NaN,Inf,NA,-Inf,-0,0 |
unlike ==
does not return NA's and all sorts of NA's as an
actuall value.
A logical vector of the shape of x with TRUE exactly where the given value shows up.
Do not use gsi.* functions directly since they are internal functions of the package
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
compositions.missing
#gsi.plain(acomp(c(12,3,4)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.