clean_ts_integrate | R Documentation |
The function converts a cumulative or on-change measurement to instantaneous.
clean_ts_integrate(data, measurementReadingType = "onChange")
data |
<data.frame> of the cumulative or on-change time series that has to be converted to instantaneous. An instantaneous measurement is a gauge metric, in which the value can increase or decrease and measures a specific instant in time. Columns: 'time', 'value'. |
measurementReadingType |
<string> that identifies used to define the measurement reading type. Supported readiny types are: - onChange. Delta reading type - cumulative. Counter reading type |
<data.frame> The cumulative or onChange time series with the measurements converted to the instantaneous type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.