| clusterSpatialCorFeats | R Documentation | 
Cluster based on spatially correlated features
clusterSpatialCorFeats(
  spatCorObject,
  name = "spat_clus",
  hclust_method = "ward.D",
  k = 10,
  return_obj = TRUE
)
spatCorObject | 
 spatial correlation object  | 
name | 
 name for spatial clustering results  | 
hclust_method | 
 method for hierarchical clustering  | 
k | 
 number of clusters to extract  | 
return_obj | 
 return spatial correlation object (spatCorObject)  | 
spatCorObject or cluster results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.