Learn R Programming

htsr (version 2.1.6)

f_properties: Properties of a hts series

Description

The function provides the properties of a time-series, its duration and the inventory of its gaps

Usage

f_properties(file, gaps = FALSE)

Value

Basic infos on a hts time-series

Arguments

file

: file to be analyzed

gaps

: produce a file with a table of the gaps: TRUE / FALSE (default)

Author

P. Chevallier - Jan 2019 - Oct 2021

Details

If gaps = TRUE, a file is produced, with the same name of file and the extension .gap. It contents a table with the gaps of the series and allows to build a plot with the function p_gaps.

See Also

p_gaps.