cnNumNodes-method {sdnet}R Documentation

Network Size

Description

Returns the number of nodes of a catNetwork object.

Usage

cnNumNodes(object)

Arguments

object

a catNetwork

Value

an integer

Author(s)

N. Balov

See Also

cnNodes

Examples

  cnet <- cnRandomCatnet(numnodes=10, maxpars=3, numcats=2)
  cnNumNodes(object=cnet)

[Package sdnet version 2.4.1 Index]