Rgendist(X, path=NULL, ...)
"dist"
.quiet
suppress some output to R console (defaults to quiet = FALSE
); method
, the method for calculating the genetic distance - options are "Nei"
, "Cavalli-Sforza"
, and "Reynolds"
(defaults to method="Nei"
); nalleles
a vector containing the number of alleles per locus in X
(not used if X
is a list, and assumed to be a vector of 2
s if ommitted); and cleanup
remove PHYLIP input & output files after the analysis is completed (defaults to cleanup = TRUE
).
More information about the gendist program in PHYLIP can be found here Rdnadist
, Rprotdist