test.ftree {FaultTree}R Documentation

Fault Tree Object Test

Description

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

Usage

test.ftree(DF)

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

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

[Package FaultTree version 1.0.1 Index]