test.ftree: Fault Tree Object Test

View source: R/test.ftree.R

test.ftreeR 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)

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