parseHAC: Parse binary HAC.

Description Usage Arguments Details Value

View source: R/readHAC.R

Description

Parse binary HAC to a list of data values.

Usage

1
2
parseHAC(hac, split = FALSE, split.by = paste(hac$type, hac$length),
  units = TRUE)

Arguments

hac

Object of class HAC to be parsed.

split

Force parsing of incompatiple tuples by first splitting the raw data?

split.by

If split=TRUE then split by this factor.

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.


readHAC documentation built on May 2, 2019, 10:14 a.m.