Converts the tree in an SDTree object from
class Node Glur2023Data.tree:StructureSDModels to class list.
This makes it substantially easier to save the tree to disk.
Usage
# S3 method for SDTree
toList(object, ...)
Value
an SDTree object with the tree in list format
Arguments
object
an SDTree object with the tree in Node format
...
Further arguments passed to or from other methods.