From b7438d35f8c2e92d0f1f19e471b02b72607df39a Mon Sep 17 00:00:00 2001 From: gcardenas <gwendaelle.cardenas@inrae.fr> Date: Fri, 10 Feb 2023 09:04:16 +0100 Subject: [PATCH] add ref and autors --- R/treediff.R | 11 +++++++++-- man/treediff.Rd | 12 ++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/R/treediff.R b/R/treediff.R index 923732d..e0cc6dd 100644 --- a/R/treediff.R +++ b/R/treediff.R @@ -17,9 +17,16 @@ #' \item{method}{a character string indicating what type of test was performed.} #' \item{data.name}{a character string giving the names of the tree subset} #' -#' @author +#' @author Pierre Neuvial \email{pierre.neuvial@math.univ-toulouse.fr}\cr +#' Nathanaël Randriamihamison\cr +#' Marie Chavent \email{marie.chavent@u-bordeaux.fr}\cr +#' Sylvain Foissac \email{sylvain.foissac@inrae.fr}\cr +#' Nathalie Vialaneix \email{nathalie.vialaneix@inrae.fr} #' -#' @references +#' +#' @references Neuvial Pierre, Randriamihamison Nathanaël, Chavent Marie, Foissac +#' Sylvain and Vialaneix Nathalie (2023) \emph{Testing differences in structure +#' between families of trees}, Preprint submitted for publication. #' #' @export #' diff --git a/man/treediff.Rd b/man/treediff.Rd index 9715fee..a0f7d6a 100644 --- a/man/treediff.Rd +++ b/man/treediff.Rd @@ -49,3 +49,15 @@ replicates <- c(4,6) tree_pvals <- treediff(trees1, trees2, replicates) tree_pvals$p.value } +\references{ +Neuvial Pierre, Randriamihamison Nathanaël, Chavent Marie, Foissac +Sylvain and Vialaneix Nathalie (2023) \emph{Testing differences in structure +between families of trees}, Preprint submitted for publication. +} +\author{ +Pierre Neuvial \email{pierre.neuvial@math.univ-toulouse.fr}\cr +Nathanaël Randriamihamison\cr +Marie Chavent \email{marie.chavent@u-bordeaux.fr}\cr +Sylvain Foissac \email{sylvain.foissac@inrae.fr}\cr +Nathalie Vialaneix \email{nathalie.vialaneix@inrae.fr} +} -- GitLab