R/transformer.bord.j.R

transformer.bord.j <-
function(bord)
{
    m <- length(bord)
    
    bord <- bord[c(2:m, 1)]
    
    return(bord)
}

Try the SPODT package in your browser

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

SPODT documentation built on May 2, 2019, 9:43 a.m.