sig_Mean | R Documentation |
Mean of data, e.g. streamflow, precipitation, temperature and so on.
sig_Mean(Data, t_scale = apply.monthly)
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. |
[xts / array]-2D(time, space) Mean of data.
rslt <- sig_Mean(xts_Q) rslt <- sig_Mean(xts_Q, t_scale = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.