X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fdist.gene.Rd;h=6d5ccb3d1c84b894a001f0673cdd4b330b8f4e56;hb=dff741171e7afe3f9aaa2d9cb19c2f91995e8623;hp=bf9cc3bec2a3b5ada6b227874ba1f3772937ff69;hpb=42bf3d36a0a2a5edd0071739ad346ae9009abffa;p=ape.git diff --git a/man/dist.gene.Rd b/man/dist.gene.Rd index bf9cc3b..6d5ccb3 100644 --- a/man/dist.gene.Rd +++ b/man/dist.gene.Rd @@ -6,7 +6,7 @@ dist.gene(x, method = "pairwise", pairwise.deletion = FALSE, variance = FALSE) } \arguments{ - \item{x}{a matrix or a data frame.} + \item{x}{a matrix or a data frame (will be coerced as a matrix).} \item{method}{a character string specifying the method used to compute the distances; two choices are available: \code{"pairwise"} and \code{"percentage"}, or any unambiguous abbreviation of these.} @@ -43,7 +43,7 @@ dist.gene(x, method = "pairwise", pairwise.deletion = FALSE, an object of class \code{dist}. If \code{variance = TRUE} an attribute called \code{"variance"} is given to the returned object. } -\author{Emmanuel Paradis \email{Emmanuel.Paradis@mpl.ird.fr}} +\author{Emmanuel Paradis} \seealso{ \code{\link{dist.dna}}, \code{\link{cophenetic.phylo}}, \code{\link[stats]{dist}}