powered by
Recover a vector binary tree to double list for easy visualization. Empty layers in vector binary tree will be marked by the symbol "*" as default.
vbt2dl(x)
A vector binary tree to be converted.
Return a double list based on input vector binary tree.
vbtinq, vbtsub, advbtinq, advbtsub, trvssubinq, vbt2ts, vbt2arr.
vbtinq
vbtsub
advbtinq
advbtsub
trvssubinq
vbt2ts
vbt2arr
# NOT RUN { #Recover vector binary tree to a double list for easy visualization: vbt <- dl2vbt(chrvec2dl(colnames(datatest))) #make vector binary tree vbt2dl(vbt) # }
Run the code above in your browser using DataLab