powered by
rotateback(v)
av.basis
AvBasis.wst
# # Here is a test vector # v <- 1:10 # # Apply this function # rotateback(v) #[1] 10 1 2 3 4 5 6 7 8 9 # # A silly little function really!
Run the code above in your browser using DataLab