inst/examples/sort-rightleft.r

# state abbreviations from west to east
x <- state.abb
x <- x[order(state.center$x)]
i <- which(x == "CT")
print(sort_rightleft(x, i))
corybrunson/mypackage documentation built on May 13, 2019, 10:52 p.m.