print.networktree {networktree} | R Documentation |
Printing 'networktree' objects
Description
Wraps print.modelparty to print a tree model with networks on the ends.
Usage
## S3 method for class 'networktree'
print(x, parameters = FALSE, FUN = NULL, ...)
Arguments
x |
an object of type 'networktree' |
parameters |
print parameters for each partition? See getnetwork function for extracting parameters conveniently |
FUN |
only evaluated if parameters=TRUE, passed to print.modelparty |
... |
additional arguments passed print.modelparty |
[Package networktree version 1.0.1 Index]