print.manet: Printing the output from the multiple allocation clustering

Description Usage Arguments Examples

View source: R/print.manet.R

Description

This function prints the output of the manet function

Usage

1
2
## S3 method for class 'manet'
print(x, digits = 3, ...)

Arguments

x

A manet object.

digits

Number of digits. Default is 3.

...

Additional arguments to the print function.

Examples

1
2
3
data(deepsouth)
ds<-manet(deepsouth,K=2,maxT=100)
print(ds)

manet documentation built on May 2, 2019, 2:31 a.m.

Related to print.manet in manet...