X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fparafit.Rd;h=9a1c1560eba792b2ff31d62587c02da79cc6f9de;hb=bb212c8b0bb52b72923c0e9a6ec942b81c681a38;hp=6cb16ac835b61fccf3df3fb46b72f1a9d02d4c1a;hpb=6fe5709ee413e5a1a379918a70c64cee05e9ae54;p=ape.git diff --git a/man/parafit.Rd b/man/parafit.Rd index 6cb16ac..9a1c156 100644 --- a/man/parafit.Rd +++ b/man/parafit.Rd @@ -11,8 +11,8 @@ Function \code{\link{parafit}} tests the hypothesis of coevolution between a cla The method, which is described in detail in Legendre et al. (2002), requires some estimates of the phylogenetic trees or phylogenetic distances, and also a description of the host-parasite associations (H-P links) observed in nature. } \usage{ -parafit(host.D, para.D ,HP ,nperm=999, test.links=FALSE, seed=NULL, -correction="none", silent=FALSE) +parafit(host.D, para.D, HP, nperm = 999, test.links = FALSE, + seed = NULL, correction = "none", silent = FALSE) } \arguments{ @@ -24,7 +24,7 @@ correction="none", silent=FALSE) \item{test.links }{ \code{test.links = TRUE} will test the significance of individual host-parasite links. Default: \code{test.links = FALSE}. } \item{seed }{ \code{seed = NULL} (default): a seed is chosen at random by the function. That seed is used as the starting point for all tests of significance, i.e. the global H-P test and the tests of individual H-P links if they are requested. Users can select a seed of their choice by giving any integer value to \code{seed}, for example \code{seed = -123456}. Running the function again with the same seed value will produce the exact same test results. } \item{correction}{ Correction methods for negative eigenvalues (details below): \code{correction="lingoes"} and \code{correction="cailliez"}. Default value: \code{"none"}. } - \item{silent}{ Informative messages and the time to compute the tests will not be written to the R console if silent=TRUE. Useful when the function is called by a numerical simulation function. } + \item{silent}{ Informative messages and the time to compute the tests will not be written to the \R console if silent=TRUE. Useful when the function is called by a numerical simulation function. } } \details{