deserialize: Deserializes the simplex tree.
Description
Provides a compressed serialization interface for the simplex tree.
Usage
deserialize(complex, st = NULL)
Arguments
st
optionally, the simplex tree to insert into. Otherwise a new one is created.
Details
The serialize/deserialize commands can be used to compress/uncompress the complex into
smaller form amenable for e.g. storing on disk (see saveRDS
) or saving for later use.