R/rotate90.matrix.R

Defines functions rotate90.matrix

Documented in rotate90.matrix

#' @export
#' 
rotate90.matrix <-
function(x) {
  t(mirror.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.