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