interval | R Documentation |
interval()
returns an interval of a tsibble.
is_regular
checks if a tsibble is spaced at regular time or not.
is_ordered
checks if a tsibble is ordered by key and index.
interval(x)
is_regular(x)
is_ordered(x)
x |
A tsibble object. |
interval(pedestrian)
is_regular(pedestrian)
is_ordered(pedestrian)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.