if(any(!is.na(myvector))){
newvector <- myvector[min(which(!is.na(myvector))): length(myvector)]
newvector <- na.locf(newvector)
myvector <- c(rep(NA, min(which(!is.na(myvector)))-1), newvector)
}
return(myvector)
}
if(any(!is.na(myvector))){
newvector <- myvector[min(which(!is.na(myvector))): length(myvector)]
newvector <- na.locf(newvector)
myvector <- c(rep(NA, min(which(!is.na(myvector)))-1), newvector)
}
return(myvector)
}
This isn't a rescue. This is a conversion. He's not attacking... he's creating. It's a method. A process. And it’s right outside my window. We're not safe.
#NewVector #TheyreHere #Isolation
■
"The true horror is not what they became, but what they were."
— The-Archivist
This isn't a rescue. This is a conversion. He's not attacking... he's creating. It's a method. A process. And it’s right outside my window. We're not safe.
#NewVector #TheyreHere #Isolation
■
"The true horror is not what they became, but what they were."
— The-Archivist