topic_heatmap: Plot heatmap of lda results.

Description Usage Arguments Value

View source: R/topic_functions.R

Description

This function is used to plot a heatmap of lda results.

Usage

1
2
topic_heatmap(object, method.dist = "euclidean",
  method.tree = "ward.D2", minClusterSize = 30, cols = NULL)

Arguments

object

Object of class spaceST.

method.dist

Set distance method.

method.tree

Set clustering method.

minClusterSize

Minimum cluster size.

cols

Set cluster colors.

Value

Heatmap of topic results.


ludvigla/spaceST documentation built on May 29, 2019, 3:43 a.m.