sig_Mean: Mean

View source: R/sig.R

sig_MeanR Documentation

Mean

Description

Mean of data, e.g. streamflow, precipitation, temperature and so on.

Usage

sig_Mean(Data, t_scale = apply.monthly)

Arguments

Data

[xts]-2D(time, space) Time serious Data in difficult location.

t_scale

[function / NULL] |apply.daily| for daily, |apply.weekly| for weekly, |apply.monthly| for monthly, |apply.quarterly| for quarterly, |apply.yearly| for yearly, |NULL| for all of the time.

Value

[xts / array]-2D(time, space) Mean of data.

Examples

rslt <- sig_Mean(xts_Q)
rslt <- sig_Mean(xts_Q, t_scale = NULL)

LuckyKanLei/HydSig documentation built on June 30, 2022, 8:07 p.m.