is.groupbn {GroupBN} | R Documentation |
is.groupbn
Description
Generic function for groupbn objects
Usage
is.groupbn(x)
Arguments
x |
an object of class groupbn |
Value
A boolean; TRUE if x is of class groupbn, FALSE otherwise.
Author(s)
Ann-Kristin Becker
See Also
Examples
data("wine.groupbn.refined")
is.groupbn(wine.groupbn.refined)
[Package GroupBN version 1.2.0 Index]