print.groupbn {GroupBN}R Documentation

print.groupbn

Description

This is a method for the function print for objects of the class groupbn.

Usage

## S3 method for class 'groupbn'
print(x, ...)

Arguments

x

An object of class groupbn generated by the functions groupbn or groupbn_refinement

...

further arguments

Value

No return value, prints a description of the object

Author(s)

Ann-Kristin Becker

See Also

groupbn

Examples

data("wine.groupbn.refined")
print(wine.groupbn.refined)

[Package GroupBN version 1.2.0 Index]