## look at slots of the class
showClass("fciAlgo")
## Suppose, fciObj is an object of class fciAlgo
## access slots by using the @ symbol
fciObj@amat ## adjacency matrix
fciObj@sepset ## separation sets
## use show, summary and plot method
show(fciObj)
summary(fciObj)
plot(fciObj)
## Also look at the extensive examples in ?fci !
Run the code above in your browser using DataLab