Description Usage Arguments Value
View source: R/Fst Distribution plotter.R
#'@title Plot the distributions of Fst from OutFLANK output
1 2 3 | OutFLANKResultsPlotter(OFoutput, withOutliers = TRUE, NoCorr = TRUE,
Hmin = 0.1, binwidth = 0.005, Zoom = FALSE, RightZoomFraction = 0.05,
titletext = NULL)
|
OFoutput |
The output of the function OutFLANK() |
withOutliers |
Determines whether the loci marked as outliers (with $OutlierFlag) are included in the histogram. |
NoCorr |
Plots the distribution of FSTNoCorr when TRUE. Recommended, because this is the data used by OutFLANK to infer the distribution. |
Hmin |
The minimum heterozygosity required before including a locus in the plot. |
binwidth |
The width of bins in the histogram. |
Zoom |
If Zoom is set to TRUE, then the graph will zoom in on the right tail of the distribution (based on argument RightZoomFraction) |
RightZoomFraction |
Used when Zoom = TRUE. Defines the proportion of the distribution to plot. |
titletext |
Allows a test string to be printed as a title on the graph |
The function returns a plot, containing a histogram of Fst with the inferred neutral distribution superimposed.
See the read me file at github.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.