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