| writeHAC {readHAC} | R Documentation |
Write HAC binary data.
Description
Write raw HAC data file
Usage
writeHAC(x, file)
Arguments
x |
HAC object |
file |
File to write to. |
Details
This function writes the binary HAC format. The output file begins with
"ac 00 00 00" followed by the binary tuples defined by the HAC object x.
Note that the function does not perform a check for mandatory tuples.
[Package readHAC version 1.0 Index]