| is.diffnet | R Documentation |
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.
is.diffnet(object)
object |
the object to be tested. |
TRUE if object is a diffnet, FALSE otherwise.
data(cascades)
result <- netinf(cascades, n_edges = 6, params = 1)
is.diffnet(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.