## look at slots of the class
showClass("fciAlgo")
## Also look at the extensive examples in ?fci , ?fciPlus, etc !
if (FALSE) {
## 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
fciObj ## same as show(fciObj)
show(fciObj)
summary(fciObj)
plot(fciObj)
}
Run the code above in your browser using DataLab