Description Usage Arguments Value
View source: R/analysis_and_visualization.R
Function to calculate matrix of overlap between one distribution and the range of another. Builds the matrix upon which a heatmap can act.
1 | singleheatmat(data1, data2)
|
data1 |
The first data set to compare. Anticipates the output of one of the 'rep...' calls (e.g., 'repRand'). |
data2 |
The second data set to compare. Anticipates the output of one of the 'rep...' calls (e.g., 'repRand'). |
param1 |
The numeric parameter object originally fed to the simulation model that generated data set 1. |
param2 |
The numeric parameter object originally fed to the simulation model that generated data set 2. |
Returns a matirx or vector (depending on number of paraeters) of proportion of 'data1' contained in 'data2'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.