Learn R Programming

GroupBN (version 1.2.0)

print.groupbn: print.groupbn

Description

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

Usage

# S3 method for 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

See Also

groupbn

Examples

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

Run the code above in your browser using DataLab