Learn R Programming

genpathmox (version 0.7)

maxlist: Maximum of all elements in a list

Description

Maximum of all elements in a list

Usage

maxlist(alist, na.rm = FALSE)

Arguments

alist

a list

na.rm

logical indicating whether missing values should be removed

Value

the maximum

Details

Internal function.