powered by
interval() returns an interval of a tsibble.
interval()
is_regular checks if a tsibble is spaced at regular time or not.
is_regular
is_ordered checks if a tsibble is ordered by key and index.
is_ordered
interval(x)is_regular(x)is_ordered(x)
is_regular(x)
is_ordered(x)
A tsibble object.
interval(pedestrian) is_regular(pedestrian) is_ordered(pedestrian)
Run the code above in your browser using DataLab