Learn R Programming

manet (version 2.0)

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

Description

This function prints the output of the manet function

Usage

# S3 method for manet
print(x, digits = 3, ...)

Arguments

x

A manet object.

digits

Number of digits. Default is 3.

...

Additional arguments to the print function.

Examples

Run this code
# NOT RUN {
data(deepsouth)
ds<-manet(deepsouth,K=2,maxT=100)
print(ds)
# }

Run the code above in your browser using DataLab