Estimate the Average Nucleotide Identity from reads (ANIr) from a recruitment plot.
enve.recplot2.ANIr(x, range = c(0, Inf))A numeric value indicating the ANIr (as percentage).
enve.RecPlot2 object.
Range of identities to be considered. By default, the full range
is used (note that the upper boundary is Inf and not 100 because
recruitment plots can also be built with bit-scores). To use only
intra-population matches (with identities), use c(95, 100). To use
only inter-population values, use c(0, 95).
Luis M. Rodriguez-R [aut, cre]