test.ftree: Fault Tree Object Test

Description Usage Arguments Value References Examples

View source: R/test.ftree.R

Description

test.ftree compares dataframe column names with those of an ftree object.

Usage

1

Arguments

DF

A FaultTree dataframe object

Value

Returns True for object match, else False.

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")
test.ftree(mytree)

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