cnNumNodes-method {catnet} | R Documentation |
Returns the number of nodes of a catNetwork
object.
cnNumNodes(object)
object |
a |
an integer
N. Balov, P. Salzman
library(catnet) cnet <- cnRandomCatnet(numnodes=10, maxParents=3, numCategories=2) cnNumNodes(object=cnet)