Description Usage Arguments Details Value
Filters event records for specified min and max observation times and/or entity ID's and/or location ID's and/or variable names.
1 2 3 4 5 6 7 8 |
ertObj |
An ERTMon object. |
entityIDs |
A character vector with entity ID's. If NULL no filtering over entity ID's is done. |
locationIDs |
A character vector with location ID's. If NULL no filtering over location ID's is done. |
variables |
A character vector with variable names. If NULL no filtering over variables is done. |
minObservatonTime |
Minimum observation time.
It can be NULL, an integer value (seconds), |
maxObservatonTime |
Minimum observation time.
NULL has the same effect as |
The primary reason for this function is to assure the user
that all events adhere to certain explicitly postulated predicates.
"MaxMinTime"
means that for each variable-and-entity pair is found the
min observation time.
The found the min-max-times and max-min-times are assigned to
ertObj$SummarisedObservationTimes
.
An ERTMon object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.