mean: Arithmetic Mean

Description Usage Arguments Value

Description

Method functions to compute the "mean" for factors and characters. These funcitons are intended primarily as support functions when aggregating unit values data in predLoad.

Usage

1
2
3
4
5
## S3 method for class 'factor'
mean(x, ...)

## S3 method for class 'character'
mean(x, ...)

Arguments

x

an object of class "factor" or "character."

...

further arguments passed to or from other methods.

Value

If all values are identical, then the unique value, otherwise the missing value (NA).


USGS-R/rloadest documentation built on Oct. 2, 2020, 5:21 a.m.