powered by
rotate a vector (default, rotate by 1)
umx_rot(vec)
vector to rotate
- mxModel
mxModel
- http://tbates.github.io
Other String Functions: umx_explode_twin_names, umx_explode, umx_grep, umx_trim
umx_explode_twin_names
umx_explode
umx_grep
umx_trim
# NOT RUN { umx_rot(1:10) umx_rot(c(3,4,5,6,7)) # [1] 4 5 6 7 3 # }
Run the code above in your browser using DataLab