Flip a matrix left to right
stm_fliplr.Rd
stm_fliplr()
flips a matrix left to right, i.e., it reverses the
order of columns. This is achieved by calling the stm_flip()
function
with left_right = TRUE
.
Details
This function uses the stm_flip()
function with the argument
left_right = TRUE
to flip the matrix horizontally.