mc_LoggerCleanInfo-class {myClim} | R Documentation |
Class for logger clean info
Description
Class for logger clean info
Slots
step
Time step of microclimatic data series in seconds
count_duplicities
count of duplicated records - values with same date
count_missing
count of missing records; Period between the records should be the same length. If not, than missing.
count_disordered
count of records incorrectly ordered in time. In table, newer record is followed by the older.
rounded
T/F indication whether myClim automatically rounded time series to the closes half (HH:00, HH:30) e.g. 13:07 -> 13:00
[Package myClim version 1.1.0 Index]