[R] Data structure in R

adschai at optonline.net adschai at optonline.net
Mon Aug 13 02:41:54 CEST 2007


Hi,

I have a question around how to build data structure in R. I have to implement a tree structure of data. I'm wondering if R already has something like a tree where I can extend from or I need to start from scratch. If so, what would be the most effective way to represent parent and child node relationship? I realize that R is not based on pointer so it's quite a different paradigm for me to code this. Thank you.

- adschai



More information about the R-help mailing list