ftree2table: Fault Tree Tabular Subview

View source: R/ftree2table.R

ftree2tableR 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)

jto888/FaultTree documentation built on Aug. 30, 2023, 11:09 p.m.