Learn R Programming

simplextree (version 1.0.1)

deserialize: Deserializes the simplex tree.

Description

Provides a compressed serialization interface for the simplex tree.

Usage

deserialize(complex, st = NULL)

Arguments

complex

The result of serialize.

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.

See Also

Other serialization: serialize()