propagate {jti} | R Documentation |
Given a junction tree object, propagation is conducted
propagate(x, prop = "full")
## S3 method for class 'jt'
propagate(x, prop = "full")
x |
A junction tree object |
prop |
Either "collect" or "full". |
# See Example 1 in the 'jt' function