Skip to contents

Bayes-space mean of a dd object or a list (ddl) of them.

Usage

gmean(x, ...)

# S3 method for class 'ddl'
gmean(x, ...)

# S3 method for class 'dd'
gmean(x, ...)

Arguments

x

A dd object or a ddl list.

...

Further arguments forwarded to the underlying mean.dd().

Value

A dd object (or list for ddl input).