FillSss: FillSss

Description Usage Arguments Value Author(s) Examples

View source: R/FillSss.R

Description

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.

Usage

1
FillSss(GradTable, s_norm = 0.007, ss_norm = 0.005, sss_norm = 0.006)

Arguments

multilocus

a multilocus data frame filled by FillClosestS

Value

A data.frame object (multilocus) with new column ss;

Author(s)

Kamil Jaron kamiljaron at gmail.com

Examples

1
2
3
4
5
{
   # compute ss
   myGradTable = FillClosestS(ml_GradTable, onelocus_GradTable)
   myGradTable = FillSss(myGradTable, 1)
}

KamilSJaron/ConjunctionStats documentation built on May 7, 2019, 12:06 p.m.