Shifts the data the specified number of intervals to the right.
shiftright(TimeSeries, Period)
Parameter | Description |
---|---|
TimeSeries | A node with time series data. |
Period | The number of data intervals to shift the data. |
shiftright(@FlowRateSensor, 1): If the interval is set to daily, this expression will shift the data 1 day to the right. This allows for an easy comparison with the previous day's data.