R/flip.matrix.R

Defines functions flip.matrix

Documented in flip.matrix

#' @export
#' 
flip.matrix <-
function(x) {
  mirror.matrix(rotate180.matrix(x))
}

Try the Thermimage package in your browser

Any scripts or data that you put into this service are public.

Thermimage documentation built on Sept. 27, 2021, 5:11 p.m.