is.mlnet {mlergm} | R Documentation |
Check if object is of class mlnet
Description
Function checks if a provided object is of class mlnet
(see mlnet
for details).
Usage
is.mlnet(x)
Arguments
x |
An object to be checked. |
Value
TRUE
if the provided object x
is of class mlnet
, FALSE
otherwise.
See Also
[Package mlergm version 0.8 Index]