| print.kmeans_ClustImpute {ClustImpute} | R Documentation | 
Print method for ClustImpute
Description
Returns a plot with the marginal distributions by cluster and feature. The plot shows histograms or boxplots and , as a ggplot object, can be modified further.
Usage
## S3 method for class 'kmeans_ClustImpute'
print(x, ...)
Arguments
| x | an object returned from ClustImpute | 
| ... | currently unused | 
Value
No return value (print function)
[Package ClustImpute version 0.2.4 Index]