is.diffnet: Is the object of class diffnet?

Description Usage Arguments Value Examples

Description

Tests if an object is of class diffnet. The class diffnet is appended to the object returned by netinf for dispatch of appropriate plotting methods.

Usage

1
is.diffnet(object)

Arguments

object

the object to be tested.

Value

TRUE if object is a diffnet, FALSE otherwise.

Examples

1
2
3
data(cascades)
result <- netinf(cascades, n_edges = 6, params = 1)
is.diffnet(result)

NetworkInference documentation built on May 1, 2019, 9:20 p.m.