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.")
}

Try the mosaic package in your browser

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

mosaic documentation built on Nov. 10, 2023, 1:11 a.m.