regular: Meta-information of a tsibble

intervalR Documentation

Meta-information of a tsibble

Description

  • 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.

Usage

interval(x)

is_regular(x)

is_ordered(x)

Arguments

x

A tsibble object.

Examples

interval(pedestrian)
is_regular(pedestrian)
is_ordered(pedestrian)

earowang/tsibble documentation built on July 6, 2024, 11:46 a.m.