enve.recplot2.compareIdentities {enveomics.R} | R Documentation |
Enveomics: Recruitment Plot (2) Compare Identities
Description
Compare the distribution of identities between two
enve.RecPlot2
objects.
Usage
enve.recplot2.compareIdentities(
x,
y,
method = "hellinger",
smooth.par = NULL,
pseudocounts = 0,
max.deviation = 0.75
)
Arguments
x |
First |
y |
Second |
method |
Distance method to use. This should be (an unambiguous abbreviation of) one of:
|
smooth.par |
Smoothing parameter for cubic spline smoothing. Use 0 for no smoothing.
Use |
pseudocounts |
Smoothing parameter for Laplace smoothing. Use 0 for no smoothing, or 1 for add-one smoothing. |
max.deviation |
Maximum mean deviation between identity breaks tolerated (as percent
identity). Difference in number of |
Value
A numeric indicating the distance between the objects.
Author(s)
Luis M. Rodriguez-R [aut, cre]