h_stat_basic {htsr} | R Documentation |
Basic statistics of a time-series
Description
Compute the main statistic parameters of a time-series
Usage
h_stat_basic(files)
Arguments
files |
vector of file names to process |
Value
a tibble with the basic stats of the files.
Author(s)
P. Chevallier - Oct 2017 - Feb 2022
Examples
## Not run:
simplestat <- h_stat_basic(c("foo1.hts", "foo2.hts")
## End(Not run)
[Package htsr version 2.1.5 Index]