Learn R Programming

ClustImpute (version 0.2.4)

print.kmeans_ClustImpute: 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 kmeans_ClustImpute
print(x, ...)

Arguments

x

an object returned from ClustImpute

...

currently unused

Value

No return value (print function)