ftree2table {FaultTree} | R Documentation |
Delivers an informative subview from an ftree dataframe with condensed output.
ftree2table(DF)
DF |
A fault tree dataframe object. |
Returns a new condensed dataframe that is a subview of the ftree object.
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") ftree2table(mytree)