Description Usage Arguments Value
View source: R/get_closest_sim.R
In the rca matrix, each region (row) has a number of units (col) with the value 1. From these units, the function finds the highest value of similarity to each unit.
1 | get_closest_sim(rca_mat, sim_mat)
|
rca_mat |
binary rca matrix with region rows, units in columns |
sim_mat |
similarity matrix with units on both dimensions. |
matrix with regions in rows, units in columns. The elements are the highest similarity-value in the region to the given unit (column).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.