Description Usage Arguments Details Value See Also
View source: R/filter_available_cycles.R
A constraints data frame describes the physical limits of a charging process.
1 | filter_available_cycles(constraints)
|
constraints |
a data frame with columns for cumulative minimum,
The order of the data frame is assumed to represent the time hierarchy. |
The function selects the rows until cummin
column first contains a
value greater than zero (this row is also selected). Out of this selection
only the rows with a cummax
and a dirmax
value greater than
zero are selected.
the original data with filtered rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.