pmean: pmean

Description Usage Arguments Examples

Description

Returns the (parallel) average of the input values.

Usage

1
pmean(..., na.rm = FALSE)

Arguments

...

numeric or logical arguments

na.rm

a logical indicating whether missing values should be removed.

Examples

1
2
pmean(1:3, 3:1)
pmean(1:3, 0)

SESman/rbl documentation built on May 9, 2019, 11:10 a.m.