.clusterGraph {SpatialCPie} | R Documentation |
Cluster graph
.clusterGraph(assignments, clusterMeans, featureName, transitionProportions = "To", transitionLabels = FALSE, transitionThreshold = 0, numTopFeatures = 10)
assignments |
|
clusterMeans |
|
featureName |
|
transitionProportions |
how to compute the transition proportions. Possible values are:
|
transitionLabels |
|
transitionThreshold |
hide edges with transition proportions below this threshold. |
numTopFeatures |
|
ggplot
object of the cluster graph.