R/max0.R

Defines functions max0

Documented in max0

## File Name: max0.R
## File Version: 0.06


max0 <- function(x, na.rm=TRUE){
    sd1 <- stats0( x=x, FUN=max, na.rm=na.rm )
    return(sd1)
}

Try the miceadds package in your browser

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

miceadds documentation built on Jan. 7, 2023, 1:09 a.m.