Description Usage Arguments Value Examples
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.
| 1 | is.diffnet(object)
 | 
| object | the object to be tested. | 
TRUE if object is a diffnet, FALSE otherwise.
| 1 2 3 | 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.