numNoEdges: Calculate the number of nodes that have an edge list of NULL

Description Usage Arguments Value Author(s) See Also Examples

View source: R/edgefunctions.R

Description

numNoEdges calculates the number of nodes that have an edge list of NULL (i.e. no edges).

Usage

1
numNoEdges(objGraph)

Arguments

objGraph

the graph object

Value

An integer representing the number of NULL edge lists in the graph.

Author(s)

Elizabeth Whalen

See Also

numEdges, aveNumEdges, mostEdges

Examples

1
2
3
  set.seed(999)
  g1 <- randomEGraph(letters, .01)
  numNoEdges(g1)

vjcitn/graph documentation built on Dec. 23, 2021, 4:06 p.m.