Description Usage Arguments Value
View source: R/general_cline_eqn.R
A flexible function to evaluate hybrid zone genetic cline equations at a
single point. Used internally by general_cline_eqn
, which
calculates results for multiple points. See that help page for all the math
details.
1 2 3 |
transectDist |
The position at which to evaluate the cline equation. Must be a numeric vector. |
decrease |
Is the cline decreasing in frequency? |
center |
The location of the cline center, in the same distance units as
|
width |
The width of the cline, in the same distance units as
|
pmin, pmax |
Optional. The minimum and maximum allele frequency values in
the tails of the cline. Default values are |
deltaL, tauL |
Optional delta and tau parameters which describe the left
exponential introgression tail. Must supply both to generate a tail. Default is
|
deltaR, tauR |
Optional delta and tau parameters which describe the right
exponential introgression tail. Must supply both to generate a tail. Default is
|
The result of evaluating a cline equation with the specified parameters at the specified distance (that is, p' in the notation of the equations above). A numeric vector of length 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.