Learn R Programming

GeneralTree (version 0.0.1)

deleteId: Delete a node with a given id.

Description

Delete a node with a given id.

Usage

deleteId(self, id)

Arguments

self
The reference to the tree where the id should be searched.
id
The id that should be deleted.