X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fdist.gene.Rd;h=6d5ccb3d1c84b894a001f0673cdd4b330b8f4e56;hb=bb212c8b0bb52b72923c0e9a6ec942b81c681a38;hp=45ac67ae4cf74bb3b8aa7874757bd18f06590aeb;hpb=f5788af1ae347b00a14d94d12b50b3804d63e9bf;p=ape.git diff --git a/man/dist.gene.Rd b/man/dist.gene.Rd index 45ac67a..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.} @@ -40,10 +40,10 @@ dist.gene(x, method = "pairwise", pairwise.deletion = FALSE, Missing data (\code{NA}) are coded and treated in R's usual way. } \value{ - an object of class \link[stats]{"dist"}. If \code{variance = TRUE} an + 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}}