calculate_overlap: Calculates the overlap of two stochastic character state...

Description Usage Arguments Examples

View source: R/calculate_overlap.r

Description

Calculates the overlap of two stochastic character state distributions. Used internally by correlate.

Usage

1
calculate_overlap(c1_min = 0, c1_max = 0, c2_min = 0, c2_max = 0)

Arguments

c1_min

Starting point (along branch) of character state 1.

c1_max

End point (along branch) of character state 1.

c2_min

Starting point (along branch) of character state 2.

c2_max

End point (along branch) of character state 2.

Examples

1
calculate_overlap(0.1, 0.5, 0.005, 0.4)

reslp/correlate documentation built on Aug. 29, 2019, 11 a.m.