- df
dataframe of time series.
- bkip
new resolution breaking input of time series, such as '1 hour'.
- st
start time of resampling. The default value is the fisrt value of datetime column.
- et
end time of resampling. The default value is the last value of datetime column.
- fun
a function to compute the summary statistics which can be applied to all data subsets: 'sum', 'mean', 'median', 'min', 'max', 'sd' and 'quantile'.
- probs
numeric vector of probabilities with values in \([0,1]\).
- na.rm
logical value. Remove NA value or not?
- wind
logical value. if TRUE, please set coliwd, coliws.
- coliws
numeric value, column index of wind speed in dataframe.
- coliwd
numeric value, column index of wind direction (degree) in dataframe.
- cpms
logical value. Compensate the insufficient amount of the millisecond bit for datetime column.