So, for example, I have a list x <- 1:10, and I need to make a list of x[t]/x[t+n]-1 How can I make it with lapply? I don\'t want to use for a cycle, I want to make