ftree2widget | R Documentation |
Prepares a multiple context web page from an ftree dataframe for a visualization of the data.
ftree2widget(DF, height = NULL, width = NULL)
DF |
A fault tree dataframe object. |
height |
Used to pass a fixed width to the html widget, optional |
width |
Used to pass a fixed height to the html widget, optional |
No specific value is returned; however a call to htmlwidgets::createWidget is made.
Nicholls, David [Editor] (2005) System Reliability Toolkit Reliability information Analysis Center
O'Connor, Patrick D.T. (1991) Practical Reliability Engineering John Wiley & Sons
## Operation of the widget is system dependent.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.