clusterST: Calculate clusters based on topics.

Description Usage Arguments Value

View source: R/topic_functions.R

Description

This function is used to cluster features based on a topics matrix.

Usage

1
2
clusterST(object = NULL, method.dist = "euclidean",
  method.tree = "ward.D2", minClusterSize = 30, custom.matrix = NULL)

Arguments

object

Object of class spaceST.

method.dist

Set distance method.

method.tree

Set clustering method.

minClusterSize

Integer value specifying the minimum cluster size allowed.

custom.matrix

Provide a matrix to perform hierarchical clustering on.

Value

Integer vector specifying cluster identity of each feature.


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