Returns the number of nodes of a catNetwork object.
catNetwork
cnNumNodes(object)
object
a catNetwork
an integer
integer
N. Balov
cnNodes
cnet <- cnRandomCatnet(numnodes=10, maxpars=3, numcats=2) cnNumNodes(object=cnet)