R/mm.R

Defines functions mm

Documented in mm

#' @rdname defunct
#' @export
 
mm <- function(...) { # formula, data=parent.frame(), fun=mean, drop=TRUE, ... ) {
  .Defunct(msg = "mm() is no longer supported.")
}
ProjectMOSAIC/mosaic documentation built on Feb. 21, 2024, 2:11 a.m.