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)
}
alexanderrobitzsch/miceadds documentation built on Feb. 2, 2024, 10:21 a.m.