# NOT RUN {
# Load the CNAE2 dataset
data("CNAE2")
# Get document labels by clustering using mou_EM
mou_CNAE2 = mou_EM(x = CNAE2, k = 2)
# Usage of the function
heatmap_words(x = mou_CNAE2$x, clusters = mou_CNAE2$clusters)
# }
Run the code above in your browser using DataLab