ftree2table: Fault Tree Tabular Subview

Description Usage Arguments Value References Examples

View source: R/ftree2table.R

Description

Delivers an informative subview from an ftree dataframe with condensed output.

Usage

1

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

1
2
mytree <- ftree.make(type="or", name="site power loss")
ftree2table(mytree)

jto888/FaultTree1 documentation built on March 14, 2020, 12:05 a.m.