Description Usage Arguments Value Author(s) Examples
FillClosestS
is a function that finds effective selection (ss)
for each multilocus cline in the input data.frame.
ss is a selection acting on onelocus cline that is needed to maintaing cline of the same width.
1 | FillSss(GradTable, s_norm = 0.007, ss_norm = 0.005, sss_norm = 0.006)
|
multilocus |
a multilocus data frame filled by |
A data.frame object (multilocus) with new column ss;
Kamil Jaron kamiljaron at gmail.com
1 2 3 4 5 | {
# compute ss
myGradTable = FillClosestS(ml_GradTable, onelocus_GradTable)
myGradTable = FillSss(myGradTable, 1)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.