leaves {jti} | R Documentation |
Query Parents or Leaves in a Junction Tree
Description
Return the clique indices of current parents or leaves in a junction tree
Usage
leaves(jt)
## S3 method for class 'jt'
leaves(jt)
parents(jt)
## S3 method for class 'jt'
parents(jt)
Arguments
jt |
A junction tree object, |
See Also
Examples
# See example 6 in the help page for the jt function
[Package jti version 0.8.4 Index]