R/which.na.R

Defines functions which.na

Documented in which.na

which.na<-function(data)
{
seq(along=data)[is.na(data)]
}

Try the sgeostat package in your browser

Any scripts or data that you put into this service are public.

sgeostat documentation built on May 1, 2019, 6:31 p.m.