Description Usage Arguments Value Author(s) See Also Examples
This function calculates hotspot correlation, loss, gain or balance for the different replicates per sampling scheme and taxonomic group.
1 2 3 |
seqsubmats.hs |
hotspots for the seqsubmats |
hs.baseline |
hotspots for the baseline |
method |
binary comparison method to use. See |
stats |
logical, whether to calculate also the stats (mean, min, max, sd) of the replicate comparison for each group. |
plot |
logical, whether to plot the hotspot comparison values per replicate per group. |
plot.mean |
logical, whether to plot (with a white circle) the mean value of the replicates per group. |
ylim |
limits for the y axis. The default is NULL for automatic limits, but you may want to use ylim = c(0,1) for e.g. phi correlations to be directly comparable among plots. |
horiz.line |
optionally, a numeric value indicating the y axis value for a horizontal threshold line to be drawn. |
This function returns a list.
A. Marcia Barbosa
1 2 3 4 5 6 7 8 | ## Not run:
replicate.corrs <- repl.hs.comp(seqsubmats.hs = seqsubmats.hs,
hs.baseline = hs.baseline, method = "Phi")
replicate.gains <- repl.hs.comp(seqsubmats.hs = seqsubmats.hs,
hs.baseline = hs.baseline, method = "gain")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.