powered by
Performs NA replacement by last observation carried forward but adds 1 to the last observation carried forward.
naLOCFPlusone(x)
a numeric vector
a vector where NA's are replaced with the LOCF + 1
na.locf
# NOT RUN { require(zoo) x <- c(2,NA,NA,4,5,2,NA) naLOCFPlusone(x) # }
Run the code above in your browser using DataLab