Learn R Programming

GroupBN (version 1.2.0)

is.groupbn: 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.

See Also

groupbn

Examples

Run this code
# NOT RUN {
data("wine.groupbn.refined")
is.groupbn(wine.groupbn.refined)
# }

Run the code above in your browser using DataLab