create_minutely_xts: Aggregate data to a minutely time-series

Description Usage Arguments Value

Description

Aggregate data to a minutely time-series

Usage

1
2
create_minutely_xts(data, mins, FUN = sum, start_date = NULL,
  end_date = NULL, ...)

Arguments

data

Input xts object.

mins

Minutes seperating two samples.

FUN

Function to aggregate the data with. By default sum is used.

start_date

First Date in the regular series. Calculated from the given series if NULL. Its type must match the type of data's index.

end_date

Last Date in the regular series. Calculated from the given series if NULL. Its type must match the type of data's index.

...

Other parameters given to FUN

Value

Minutely data time Series


fnoorian/mltsp documentation built on May 16, 2019, 1:48 p.m.