R/double_serie.R

Defines functions `double_serie`

`double_serie` <-
function(x){
return(c(x, rev(x)[-1]))
}

Try the fast package in your browser

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

fast documentation built on May 2, 2019, 5:56 a.m.