print.ikmeans: Displays the results of ikmeans clustering in a readable format.
Description
Displays the results of ikmeans clustering in a readable format.
Usage
# S3 method for ikmeans
print(x, ...)
Value
No return value, it prints the clustering results to the console.
Arguments
- x
An `ikmeans` object resulting from the `ikmeans` function.
- ...
Additional arguments passed to print().