deserialize: Deserializes the simplex tree.

Description Usage Arguments Details See Also

View source: R/simplex_tree.R

Description

Provides a compressed serialization interface for the simplex tree.

Usage

1

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()


simplextree documentation built on Sept. 13, 2020, 5:06 p.m.