f_properties {htsr} | R Documentation |
The function provides the properties of a time-series, its duration and the inventory of its gaps
f_properties(file, gaps = FALSE)
file |
: file to be analyzed |
gaps |
: produce a file with a table of the gaps: TRUE / FALSE (default) |
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
.
Basic infos on a hts time-series
P. Chevallier - Jan 2019 - Oct 2021