R/rotate.R

Defines functions rotate

rotate <- function(x) t(apply(x, 2, rev))
femeunier/SoilSensitivity documentation built on March 30, 2022, 10:23 a.m.