powered by
Delivers an informative subview from an ftree dataframe with condensed output.
ftree2table(DF)
Returns a new condensed dataframe that is a subview of the ftree object.
A fault tree dataframe 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)
Run the code above in your browser using DataLab