Learn R Programming

FaultTree (version 1.0.1)

test.ftree: Fault Tree Object Test

Description

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

Usage

test.ftree(DF)

Value

Returns True for object match, else False.

Arguments

DF

A FaultTree dataframe 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

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

Run the code above in your browser using DataLab