ts2vbt: Convert a structured character tensor to double list

Description Usage Arguments Value See Also Examples

View source: R/tsCvrt.R

Description

Convert a structured character tensor to a vector binary tree. All character elements in tensor will be splited by a specific pattern then sorted intrinsically in each layer of the vector binary tree.

Usage

1
ts2vbt(x, ...)

Arguments

x

A structured character tensor to be converted.

...

Argument in chrvec2dl to control split pattern.

Value

Return a vector binary tree based on the input tensor.

See Also

ts2dl, chrvec2dl.

Examples

1
2
3
4
5
#Write the column names of datatest into a tensor:
ts <- dl2ts(chrvec2dl(colnames(datatest)))

#Recover the vector binary tree from character tensor:
ts2vbt(ts)

VBTree documentation built on May 2, 2019, 12:39 p.m.