num.nodes: num.nodes

Description Usage Arguments Value Methods (by class)

View source: R/s3-generics.R

Description

Extracts the number of nodes of the associated graph object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'edgeList'
num.nodes(x)

num.nodes(x)

## S3 method for class 'sparsebnFit'
num.nodes(x)

## S3 method for class 'sparsebnPath'
num.nodes(x)

Arguments

x

a sparsebnFit or sparsebnPath object.

Value

Number of nodes as integer.

Methods (by class)


sparsebnUtils documentation built on Jan. 27, 2021, 9:05 a.m.