f_properties {htsr} | R Documentation |
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)
Arguments
file |
: file to be analyzed |
gaps |
: produce a file with a table of the gaps: TRUE / FALSE (default) |
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
.
Value
Basic infos on a hts time-series
Author(s)
P. Chevallier - Jan 2019 - Oct 2021
See Also
[Package htsr version 2.1.5 Index]