R/ftree2table.R

Defines functions ftree2table

Documented in ftree2table

ftree2table<-function(DF){
ID<-DF$ID
Cond<-DF$Condition
Parent<-DF$CParent
outDF<-cbind(ID,Parent,DF[,c(5:8)],Cond,DF[,c(15,16)])
outDF
}

Try the FaultTree package in your browser

Any scripts or data that you put into this service are public.

FaultTree documentation built on Aug. 26, 2023, 5:07 p.m.