singleheatmat: singleheatmat

Description Usage Arguments Value

View source: R/analysis_and_visualization.R

Description

Function to calculate matrix of overlap between one distribution and the range of another. Builds the matrix upon which a heatmap can act.

Usage

1
singleheatmat(data1, data2)

Arguments

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.

Value

Returns a matirx or vector (depending on number of paraeters) of proportion of 'data1' contained in 'data2'


syanco/checkyourself documentation built on Jan. 18, 2021, 4:50 a.m.