Flip a matrix upside down
stm_flipud.Rd
stm_flipud()
flips a matrix upside down, i.e., it reverses the
order of rows. This is achieved by calling the stm_flip()
function
with left_right = FALSE
.
Details
This function uses the stm_flip()
function with the argument
left_right = FALSE
to flip the matrix vertically.