ftree2table {FaultTree} | R Documentation |
Fault Tree Tabular Subview
Description
Delivers an informative subview from an ftree dataframe with condensed output.
Usage
ftree2table(DF)
Arguments
DF |
A fault tree dataframe object. |
Value
Returns a new condensed dataframe that is a subview of the ftree object.
References
Nicholls, David [Editor] (2005) System Reliability Toolkit Reliability information Analysis Center
O'Connor, Patrick D.T. (1991) Practical Reliability Engineering John Wiley & Sons
Examples
mytree <- ftree.make(type="or", name="site power loss")
ftree2table(mytree)
[Package FaultTree version 1.0.1 Index]