Learn R Programming

genpathmox (version 0.5)

meanlist: Mean of all elements in a list

Description

Mean of all elements in a list

Usage

meanlist(alist, na.rm = FALSE)

Arguments

alist

a list

na.rm

logical indicating whether missing values should be removed

Value

the mean

Details

Internal function.