test.ftree {FaultTree} | R Documentation |
test.ftree compares dataframe column names with those of an ftree object.
test.ftree(DF)
DF |
A FaultTree dataframe object |
Returns True for object match, else False.
Nicholls, David [Editor] (2005) System Reliability Toolkit Reliability information Analysis Center
O'Connor, Patrick D.T. (1991) Practical Reliability Engineering John Wiley & Sons
mytree <- ftree.make(type="or", name="site power loss") test.ftree(mytree)