enve.recplot2.windowDepthThreshold {enveomics.R} | R Documentation |
Enveomics: Recruitment Plot (2) Window Depth Threshold
Description
Identifies the threshold below which windows should be identified as variable or absent.
Usage
enve.recplot2.windowDepthThreshold(
rp,
peak,
lower.tail = TRUE,
significance = 0.05
)
Arguments
rp |
Recruitment plot, an |
peak |
Peak, an |
lower.tail |
If |
significance |
Significance threshold (alpha) to select windows. |
Value
Returns a float. The units are depth if the peaks were estimated in
linear scale, or log-depth otherwise (peak$log
).
Author(s)
Luis M. Rodriguez-R [aut, cre]
[Package enveomics.R version 1.9.1 Index]