parseHAC {readHAC} | R Documentation |
Parse binary HAC.
Description
Parse binary HAC to a list of data values.
Usage
parseHAC(hac, split = FALSE, split.by = paste(hac$type, hac$length),
units = TRUE)
Arguments
hac |
Object of class |
split |
Force parsing of incompatiple tuples by first splitting the raw data? |
split.by |
If |
units |
Convert to human readable units? |
Details
HAC parsing can be performed for one or multiple tuples of the same type and length. The binary tuples are translated to data values according to the definition document.
Value
Object of class tuple
.
[Package readHAC version 1.0 Index]