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)

FaultTree documentation built on June 8, 2023, 6:53 a.m.