TIMECLIP
gts
Clips Geo Time Series™ instances by restricting their ticks to those within a time interval.
TIMECLIP is available since version 1.0.0.
See also
Signatures
Examples
NEWGTS 1 100 <% NaN NaN NaN RAND ADDVALUE %> FOR
90 // end
10 // duration
TIMECLIP
// same as previous example, with
NEWGTS 1 100 <% NaN NaN NaN RAND ADDVALUE %> FOR
90 ISO8601 // 90 time units after epoch (stop)
80 ISO8601 // 80 time units after epoch (start)
TIMECLIP