CandidateBoundaries {wombsoft}R Documentation

Number of alleles that contains a potential boundary at any point of the grid.

Description

These functions count for each point of the grid, the number of candidate boundary elements at the given percentile pB at each point of the grid, and computes the overall direction.

Usage

CandidateBoundariesCodominant(data, h, pB = 0.3)
CandidateBoundariesDominant(data, h, pB = 0.3)
CandidateBoundariesContingency(data, h, pB = 0.3)

Arguments

data the list of the six items provided by the Data and the Mirror functions.
h bandwidth.
pB percentile of points to be in the candidate boundary for each allele.

Value

a list of three components : the first is the matrix of the number of potential bounds at each point, the second component is the sum of the corresponding directions, and the third is the threshold.

See Also

Data for the format of the data variable.


[Package wombsoft version 2.0 Index]