etree.make: Event Tree Creation

Description Usage Arguments Value References Examples

Description

etree.make prepares an initial, single row, dataframe, which will be built upon as the tree is developed.

Usage

1
etree.make(name="initiating event", severity=1, description="")

Arguments

name

An identifying string for the initiating event

description

An optional string providing more detail for the event.

severity

A value to be used as the ultimate severity for the tree, default is 1.

Value

Returns a dataframe containing 14 columns for holding data, results, and connection information.

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
mytree <- etree.make(name="conveyor belt fire")

EventTree documentation built on May 2, 2019, 6:10 p.m.