is.na.vec {nimble} | R Documentation |
NIMBLE language functions that can be used in either compiled or uncompiled nimbleFunctions to detect if there are any NA or NaN values in a vector.
## S3 method for class 'vec' is.na(x) ## S3 method for class 'vec' is.nan(x)
x |
vector of values |
NIMBLE Development Team