Learn R Programming

oak (version 0.2.3)

chain: Chain constructor

Description

The function chain creates an 'rtree' object which is a chain, i.e. a totally ordered tree.

Usage

chain(...)

# S3 method for rtree chain(...)

# S3 method for list chain(...)

# S3 method for numeric chain(...)

# S3 method for character chain(...)

c_(...)

Arguments

...

characters or nodes.

Value

A chain.