From 469b46976fb4f2a54f76e4a844e680122c931015 Mon Sep 17 00:00:00 2001 From: Klaus Schliep Date: Tue, 27 Aug 2024 11:37:42 +0200 Subject: [PATCH] fix notes --- R/Coalescent.R | 2 +- R/Densi.R | 4 ++-- R/baseFreq.R | 2 +- R/bootstrap.R | 4 ++-- R/cladePar.R | 2 +- R/codon.R | 2 +- R/gap_as_state.R | 2 +- R/image_phyDat.R | 2 +- R/ltg2amb.R | 2 +- R/maxCladeCred.R | 8 ++++---- R/phyDat_conversion.R | 2 +- R/phylo.R | 3 ++- R/plotBS.R | 8 ++++---- R/plot_pml.R | 4 ++-- R/pml_bb.R | 4 ++-- R/read.nexus.partitions.R | 2 +- R/read.nexus.splits.R | 2 +- R/transferBootstrap.R | 2 +- R/upgma.R | 4 ++-- man/as.phyDat.Rd | 2 +- man/baseFreq.Rd | 2 +- man/bootstrap.pml.Rd | 4 ++-- man/cladePar.Rd | 2 +- man/coalSpeciesTree.Rd | 2 +- man/densiTree.Rd | 4 ++-- man/dna2codon.Rd | 2 +- man/gap_as_state.Rd | 2 +- man/image.phyDat.Rd | 2 +- man/ltg2amb.Rd | 2 +- man/maxCladeCred.Rd | 8 ++++---- man/plot.pml.Rd | 4 ++-- man/plotBS.Rd | 8 ++++---- man/pml.Rd | 3 ++- man/pml_bb.Rd | 4 ++-- man/read.nexus.partitions.Rd | 2 +- man/read.nexus.splits.Rd | 2 +- man/transferBootstrap.Rd | 2 +- man/upgma.Rd | 4 ++-- 38 files changed, 62 insertions(+), 60 deletions(-) diff --git a/R/Coalescent.R b/R/Coalescent.R index 21925ad1..d572c43c 100644 --- a/R/Coalescent.R +++ b/R/Coalescent.R @@ -64,7 +64,7 @@ comp2 <- function(x, y) { #' @param sTree A species tree which fixes the topology. #' @return The function returns an object of class \code{phylo}. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} Emmanuel Paradies -#' @seealso \code{\link{speciesTree}} +#' @seealso \code{\link[ape]{speciesTree}} #' @references Liu, L., Yu, L. and Pearl, D. K. (2010) Maximum tree: a #' consistent estimator of the species tree. \emph{Journal of Mathematical #' Biology}, \bold{60}, 95--106. diff --git a/R/Densi.R b/R/Densi.R index 8708fe78..ec48e18a 100644 --- a/R/Densi.R +++ b/R/Densi.R @@ -97,8 +97,8 @@ add_tiplabels <- function(xy, tip.label, direction, adj, font, srt = 0, cex = 1, #' @param \dots further arguments to be passed to plot. #' @returns \code{densiTree} returns silently x. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso \code{\link{plot.phylo}}, \code{\link{plot.networx}}, -#' \code{\link{jitter}}, \code{\link{rtt}} +#' @seealso \code{\link[ape]{plot.phylo}}, \code{\link{plot.networx}}, +#' \code{\link{jitter}}, \code{\link[ape]{rtt}} #' @references densiTree is inspired from the great #' \href{https://www.cs.auckland.ac.nz/~remco/DensiTree/}{DensiTree} program of #' Remco Bouckaert. diff --git a/R/baseFreq.R b/R/baseFreq.R index 8e8629d7..fd32dac5 100644 --- a/R/baseFreq.R +++ b/R/baseFreq.R @@ -17,7 +17,7 @@ #' #' @return \code{baseFreq} returns a named vector and \code{glance} a one row #' \code{data.frame}. -#' @seealso \code{\link{phyDat}, \link{base.freq}, \link{glance}} +#' @seealso \code{\link{phyDat}, \link[ape]{base.freq}, \link{glance}} #' @author Klaus Schliep #' @examples #' diff --git a/R/bootstrap.R b/R/bootstrap.R index b0d6ac67..6c2105d1 100644 --- a/R/bootstrap.R +++ b/R/bootstrap.R @@ -29,8 +29,8 @@ #' if not supplied the tree with labels supplied in the \code{node.label} slot. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} #' @seealso \code{\link{optim.pml}}, \code{\link{pml}}, -#' \code{\link{plot.phylo}}, \code{\link{maxCladeCred}} -#' \code{\link{nodelabels}},\code{\link{consensusNet}} and +#' \code{\link[ape]{plot.phylo}}, \code{\link{maxCladeCred}} +#' \code{\link[ape]{nodelabels}},\code{\link{consensusNet}} and #' \code{\link{SOWH.test}} for parametric bootstrap #' @references Felsenstein J. (1985) Confidence limits on phylogenies. An #' approach using the bootstrap. \emph{Evolution} \bold{39}, 783--791 diff --git a/R/cladePar.R b/R/cladePar.R index fc28b477..103652f8 100644 --- a/R/cladePar.R +++ b/R/cladePar.R @@ -14,7 +14,7 @@ #' @param \dots Further arguments passed to or from other methods. #' @return A list containing the information about the edges and tips. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso \code{\link{plot.phylo}} +#' @seealso \code{\link[ape]{plot.phylo}} #' @keywords plot #' @examples #' diff --git a/R/codon.R b/R/codon.R index 64769a3e..e2fa28e4 100644 --- a/R/codon.R +++ b/R/codon.R @@ -45,7 +45,7 @@ #' @return The functions return an object of class \code{phyDat}. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} #' @references \url{https://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/index.cgi?chapter=cgencodes} -#' @seealso \code{\link{trans}}, \code{\link{phyDat}} and the chapter 4 in the +#' @seealso \code{\link[ape]{trans}}, \code{\link{phyDat}} and the chapter 4 in the #' \code{vignette("phangorn-specials", package="phangorn")} #' @keywords cluster #' @examples diff --git a/R/gap_as_state.R b/R/gap_as_state.R index c6917a11..5d0897f1 100644 --- a/R/gap_as_state.R +++ b/R/gap_as_state.R @@ -10,7 +10,7 @@ #' @param ambiguous a character which codes for the ambiguous state #' @return The functions return an object of class \code{phyDat}. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso \code{\link{phyDat}}, \code{\link{ltg2amb}}, \code{\link{latag2n}}, +#' @seealso \code{\link{phyDat}}, \code{\link[ape]{ltg2amb}}, \code{\link{latag2n}}, #' \code{\link{ancestral.pml}}, \code{\link{gap_as_state}} #' @keywords cluster #' @examples diff --git a/R/image_phyDat.R b/R/image_phyDat.R index 8a686477..33ea8156 100644 --- a/R/image_phyDat.R +++ b/R/image_phyDat.R @@ -7,7 +7,7 @@ #' @param x an object containing sequences, an object of class \code{phyDat}. #' @param ... further arguments passed to or from other methods. #' @returns Nothing. The function is called for plotting. -#' @seealso \code{\link{image.DNAbin}}, \code{\link{image.AAbin}} +#' @seealso \code{\link[ape]{image.DNAbin}}, \code{\link[ape]{image.AAbin}} #' @examples #' data("chloroplast") #' image(chloroplast[, 1:50], scheme="Clustal", show.aa = TRUE) diff --git a/R/ltg2amb.R b/R/ltg2amb.R index 09c5aa1a..7b984f72 100644 --- a/R/ltg2amb.R +++ b/R/ltg2amb.R @@ -7,7 +7,7 @@ #' @param amb character of the ambiguous state t replace the gaps. #' @param gap gap parameter to replace. #' @returns returns an object of class \code{phyDat}. -#' @seealso \code{\link{latag2n}}, \code{\link{ancestral.pml}}, +#' @seealso \code{\link[ape]{latag2n}}, \code{\link{ancestral.pml}}, #' \code{\link{gap_as_state}} #' @examples #' x <- phyDat(matrix(c("-", "A", "G", "-", "T", "C"), 2, 3)) diff --git a/R/maxCladeCred.R b/R/maxCladeCred.R index 42a3a0c4..ab17d088 100644 --- a/R/maxCladeCred.R +++ b/R/maxCladeCred.R @@ -24,10 +24,10 @@ #' @return a tree (an object of class \code{phylo}) with the highest clade #' credibility or a numeric vector of clade credibilities for each tree. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso \code{\link{consensus}}, \code{\link{consensusNet}}, -#' \code{\link{prop.part}}, \code{\link{bootstrap.pml}}, \code{\link{plotBS}}, -#' \code{\link{transferBootstrap}}, \code{\link{add_edge_length}}, -#' \code{\link{add_boxplot}} +#' @seealso \code{\link[ape]{consensus}}, \code{\link{consensusNet}}, +#' \code{\link[ape]{prop.part}}, \code{\link{bootstrap.pml}}, +#' \code{\link{plotBS}}, \code{\link{transferBootstrap}}, +#' \code{\link{add_edge_length}}, \code{\link{add_boxplot}} #' @keywords cluster #' @importFrom fastmatch fmatch #' @examples diff --git a/R/phyDat_conversion.R b/R/phyDat_conversion.R index 1484b84f..9b9a3665 100644 --- a/R/phyDat_conversion.R +++ b/R/phyDat_conversion.R @@ -28,7 +28,7 @@ #' @param ... further arguments passed to or from other methods. #' @return The functions return an object of class \code{phyDat}. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso [DNAbin()], [as.DNAbin()], +#' @seealso \code{\link[ape]{DNAbin}}, \code{\link[ape]{as.DNAbin}}, #' \code{\link{baseFreq}}, \code{\link{glance.phyDat}}, #' \code{\link[ape]{read.dna}}, \code{\link[ape]{read.nexus.data}} #' and the chapter 1 in the \code{vignette("phangorn-specials", diff --git a/R/phylo.R b/R/phylo.R index 9f3fa581..9c4e13cc 100644 --- a/R/phylo.R +++ b/R/phylo.R @@ -1247,7 +1247,8 @@ pml.fit <- function(tree, data, bf = rep(1 / length(levels), length(levels)), #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} #' @seealso \code{\link{pml_bb}}, \code{\link{bootstrap.pml}}, #' \code{\link{modelTest}}, \code{\link{pmlPart}}, \code{\link{pmlMix}}, -#' \code{\link{plot.phylo}}, \code{\link{SH.test}}, \code{\link{ancestral.pml}} +#' \code{\link[ape]{plot.phylo}}, \code{\link{SH.test}}, +#' \code{\link{ancestral.pml}} #' @references Felsenstein, J. (1981) Evolutionary trees from DNA sequences: a #' maximum likelihood approach. \emph{Journal of Molecular Evolution}, #' \bold{17}, 368--376. diff --git a/R/plotBS.R b/R/plotBS.R index 5588f297..1d2ce7d7 100644 --- a/R/plotBS.R +++ b/R/plotBS.R @@ -75,10 +75,10 @@ support <- function(tree, trees, method="FBP", tol=2e-8, scale=TRUE){ #' \code{trees} is optional and if not supplied the labels supplied #' in the \code{node.label} slot will be used. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso \code{\link{plot.phylo}}, \code{\link{add_ci}}, -#' \code{\link{nodelabels}}, -#' \code{\link{prop.clades}}, \code{\link{maxCladeCred}}, -#' \code{\link{transferBootstrap}}, \code{\link{consensus}}, +#' @seealso \code{\link[ape]{plot.phylo}}, \code{\link{add_ci}}, +#' \code{\link[ape]{nodelabels}}, +#' \code{\link[ape]{prop.clades}}, \code{\link{maxCladeCred}}, +#' \code{\link{transferBootstrap}}, \code{\link[ape]{consensus}}, #' \code{\link{consensusNet}} #' @references Felsenstein J. (1985) Confidence limits on phylogenies. An #' approach using the bootstrap. \emph{Evolution} \bold{39}, 783--791 diff --git a/R/plot_pml.R b/R/plot_pml.R index 553eb864..66507283 100644 --- a/R/plot_pml.R +++ b/R/plot_pml.R @@ -14,8 +14,8 @@ #' @return \code{plot.pml} returns invisibly a list with arguments dexcribing the plot. #' For further details see the \code{plot.phylo}. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso \code{\link{plot.phylo}}, \code{\link{axisPhylo}}, -#' \code{\link{add.scale.bar}} +#' @seealso \code{\link[ape]{plot.phylo}}, \code{\link[ape]{axisPhylo}}, +#' \code{\link[ape]{add.scale.bar}} #' @keywords plot #' @examples #' fdir <- system.file("extdata/trees", package = "phangorn") diff --git a/R/pml_bb.R b/R/pml_bb.R index 9e2d1a7a..aeb28734 100644 --- a/R/pml_bb.R +++ b/R/pml_bb.R @@ -36,8 +36,8 @@ #' @param \dots Further arguments passed to or from other methods. #' @return \code{pml_bb} returns an object of class pml. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso \code{\link{optim.pml}}, \code{\link{modelTest}}, \code{\link{rtt}}, -#' \code{\link{pml.control}} +#' @seealso \code{\link{optim.pml}}, \code{\link{modelTest}}, +#' \code{\link[ape]{rtt}}, \code{\link{pml.control}} #' @keywords cluster #' @examples #' diff --git a/R/read.nexus.partitions.R b/R/read.nexus.partitions.R index b23ada8d..f68e1442 100644 --- a/R/read.nexus.partitions.R +++ b/R/read.nexus.partitions.R @@ -48,7 +48,7 @@ read.nexus.charset <- function(file){ #' @return a list where each element is a 'phyDat' object or an object of class #' 'multiphyDat'. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso \code{\link{read.nexus.data}}, \code{\link{read.phyDat}} +#' @seealso \code{\link[ape]{read.nexus.data}}, \code{\link{read.phyDat}} #' @keywords cluster #' @examples #' tree <- rtree(10) diff --git a/R/read.nexus.splits.R b/R/read.nexus.splits.R index 9f0e9f57..528abb4b 100644 --- a/R/read.nexus.splits.R +++ b/R/read.nexus.splits.R @@ -30,7 +30,7 @@ #' assumes that different co-variables are tab delimited and the bipartition #' are separated with white-space. Comments in square brackets are ignored. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} -#' @seealso \code{\link{prop.part}}, \code{\link{lento}}, +#' @seealso \code{\link[ape]{prop.part}}, \code{\link{lento}}, #' \code{\link{as.splits}}, \code{\link{as.networx}} #' @keywords cluster #' @examples diff --git a/R/transferBootstrap.R b/R/transferBootstrap.R index e01533bb..9675ddbf 100644 --- a/R/transferBootstrap.R +++ b/R/transferBootstrap.R @@ -13,7 +13,7 @@ #' the node labels. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} #' @seealso \code{\link{plotBS}}, \code{\link{maxCladeCred}}, -#' \code{\link{drawSupportOnEdges}} +#' \code{\link[ape]{drawSupportOnEdges}} #' @references Lemoine, F., Entfellner, J. B. D., Wilkinson, E., Correia, D., #' Felipe, M. D., De Oliveira, T., & Gascuel, O. (2018). Renewing Felsenstein’s #' phylogenetic bootstrap in the era of big data. \emph{Nature}, diff --git a/R/upgma.R b/R/upgma.R index 7ac5275d..5607696c 100644 --- a/R/upgma.R +++ b/R/upgma.R @@ -20,8 +20,8 @@ #' @return A phylogenetic tree of class \code{phylo}. #' @author Klaus Schliep \email{klaus.schliep@@gmail.com} #' @seealso \code{\link{hclust}}, \code{\link{dist.hamming}}, \code{\link{NJ}}, -#' \code{\link{as.phylo}}, \code{\link{fastme}}, \code{\link{nnls.tree}}, -#' \code{\link{rtt}} +#' \code{\link[ape]{as.phylo}}, \code{\link[ape]{fastme}}, +#' \code{\link{nnls.tree}}, \code{\link[ape]{rtt}} #' @references Sneath, P. H., & Sokal, R. R. (1973). \emph{Numerical taxonomy. #' The principles and practice of numerical classification.} #' diff --git a/man/as.phyDat.Rd b/man/as.phyDat.Rd index 81c902d7..4b69ddf6 100644 --- a/man/as.phyDat.Rd +++ b/man/as.phyDat.Rd @@ -114,7 +114,7 @@ all.equal(Laurasiatherian, as.phyDat(LauraDNAbin)) } \seealso{ -[DNAbin()], [as.DNAbin()], +\code{\link[ape]{DNAbin}}, \code{\link[ape]{as.DNAbin}}, \code{\link{baseFreq}}, \code{\link{glance.phyDat}}, \code{\link[ape]{read.dna}}, \code{\link[ape]{read.nexus.data}} and the chapter 1 in the \code{vignette("phangorn-specials", diff --git a/man/baseFreq.Rd b/man/baseFreq.Rd index 5ba3339e..822796a1 100644 --- a/man/baseFreq.Rd +++ b/man/baseFreq.Rd @@ -51,7 +51,7 @@ glance(chloroplast) composition_test(Laurasiatherian)[1:10,] } \seealso{ -\code{\link{phyDat}, \link{base.freq}, \link{glance}} +\code{\link{phyDat}, \link[ape]{base.freq}, \link{glance}} } \author{ Klaus Schliep diff --git a/man/bootstrap.pml.Rd b/man/bootstrap.pml.Rd index 1616bc4e..71613afc 100644 --- a/man/bootstrap.pml.Rd +++ b/man/bootstrap.pml.Rd @@ -100,8 +100,8 @@ trees. \emph{Molecular Biology and Evolution} \bold{3}, 403--417 } \seealso{ \code{\link{optim.pml}}, \code{\link{pml}}, -\code{\link{plot.phylo}}, \code{\link{maxCladeCred}} -\code{\link{nodelabels}},\code{\link{consensusNet}} and +\code{\link[ape]{plot.phylo}}, \code{\link{maxCladeCred}} +\code{\link[ape]{nodelabels}},\code{\link{consensusNet}} and \code{\link{SOWH.test}} for parametric bootstrap } \author{ diff --git a/man/cladePar.Rd b/man/cladePar.Rd index 0fc2d612..fbfacca8 100644 --- a/man/cladePar.Rd +++ b/man/cladePar.Rd @@ -42,7 +42,7 @@ cladePar(tree, 18, "blue", "blue", x=x, plot=TRUE) } \seealso{ -\code{\link{plot.phylo}} +\code{\link[ape]{plot.phylo}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com} diff --git a/man/coalSpeciesTree.Rd b/man/coalSpeciesTree.Rd index 878be9ed..0af0610b 100644 --- a/man/coalSpeciesTree.Rd +++ b/man/coalSpeciesTree.Rd @@ -40,7 +40,7 @@ consistent estimator of the species tree. \emph{Journal of Mathematical Biology}, \bold{60}, 95--106. } \seealso{ -\code{\link{speciesTree}} +\code{\link[ape]{speciesTree}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com} Emmanuel Paradies diff --git a/man/densiTree.Rd b/man/densiTree.Rd index a6d88b1a..7b4e63ad 100644 --- a/man/densiTree.Rd +++ b/man/densiTree.Rd @@ -117,8 +117,8 @@ Remco R. Bouckaert (2010) DensiTree: making sense of sets of phylogenetic trees \emph{Bioinformatics}, \bold{26 (10)}, 1372-1373. } \seealso{ -\code{\link{plot.phylo}}, \code{\link{plot.networx}}, -\code{\link{jitter}}, \code{\link{rtt}} +\code{\link[ape]{plot.phylo}}, \code{\link{plot.networx}}, +\code{\link{jitter}}, \code{\link[ape]{rtt}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com} diff --git a/man/dna2codon.Rd b/man/dna2codon.Rd index f9077f4c..88e6c958 100644 --- a/man/dna2codon.Rd +++ b/man/dna2codon.Rd @@ -75,7 +75,7 @@ dna2codon(Laurasiatherian) \url{https://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/index.cgi?chapter=cgencodes} } \seealso{ -\code{\link{trans}}, \code{\link{phyDat}} and the chapter 4 in the +\code{\link[ape]{trans}}, \code{\link{phyDat}} and the chapter 4 in the \code{vignette("phangorn-specials", package="phangorn")} } \author{ diff --git a/man/gap_as_state.Rd b/man/gap_as_state.Rd index 0cb61e83..6f0fc687 100644 --- a/man/gap_as_state.Rd +++ b/man/gap_as_state.Rd @@ -36,7 +36,7 @@ rownames(contr) <- attr(tmp, "allLevels") contr } \seealso{ -\code{\link{phyDat}}, \code{\link{ltg2amb}}, \code{\link{latag2n}}, +\code{\link{phyDat}}, \code{\link[ape]{ltg2amb}}, \code{\link{latag2n}}, \code{\link{ancestral.pml}}, \code{\link{gap_as_state}} } \author{ diff --git a/man/image.phyDat.Rd b/man/image.phyDat.Rd index 637c9e1b..3e7b1cd6 100644 --- a/man/image.phyDat.Rd +++ b/man/image.phyDat.Rd @@ -26,5 +26,5 @@ data("chloroplast") image(chloroplast[, 1:50], scheme="Clustal", show.aa = TRUE) } \seealso{ -\code{\link{image.DNAbin}}, \code{\link{image.AAbin}} +\code{\link[ape]{image.DNAbin}}, \code{\link[ape]{image.AAbin}} } diff --git a/man/ltg2amb.Rd b/man/ltg2amb.Rd index 4e7b9655..63e9dc1e 100644 --- a/man/ltg2amb.Rd +++ b/man/ltg2amb.Rd @@ -28,7 +28,7 @@ image(x) image(y) } \seealso{ -\code{\link{latag2n}}, \code{\link{ancestral.pml}}, +\code{\link[ape]{latag2n}}, \code{\link{ancestral.pml}}, \code{\link{gap_as_state}} } \keyword{cluster} diff --git a/man/maxCladeCred.Rd b/man/maxCladeCred.Rd index 1de7ead8..82b07ce9 100644 --- a/man/maxCladeCred.Rd +++ b/man/maxCladeCred.Rd @@ -81,10 +81,10 @@ maxCladeCred(c(tree, bs[[1]]), tree=FALSE, part = pp) } \seealso{ -\code{\link{consensus}}, \code{\link{consensusNet}}, -\code{\link{prop.part}}, \code{\link{bootstrap.pml}}, \code{\link{plotBS}}, -\code{\link{transferBootstrap}}, \code{\link{add_edge_length}}, -\code{\link{add_boxplot}} +\code{\link[ape]{consensus}}, \code{\link{consensusNet}}, +\code{\link[ape]{prop.part}}, \code{\link{bootstrap.pml}}, +\code{\link{plotBS}}, \code{\link{transferBootstrap}}, +\code{\link{add_edge_length}}, \code{\link{add_boxplot}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com} diff --git a/man/plot.pml.Rd b/man/plot.pml.Rd index 35a212e5..ed0a8f57 100644 --- a/man/plot.pml.Rd +++ b/man/plot.pml.Rd @@ -48,8 +48,8 @@ plot(fit_unrooted, cex=.5) } \seealso{ -\code{\link{plot.phylo}}, \code{\link{axisPhylo}}, -\code{\link{add.scale.bar}} +\code{\link[ape]{plot.phylo}}, \code{\link[ape]{axisPhylo}}, +\code{\link[ape]{add.scale.bar}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com} diff --git a/man/plotBS.Rd b/man/plotBS.Rd index 04d50ea2..4f80e832 100644 --- a/man/plotBS.Rd +++ b/man/plotBS.Rd @@ -91,10 +91,10 @@ Penny D. and Hendy M.D. (1986) Estimating the reliability of evolutionary trees. \emph{Molecular Biology and Evolution} \bold{3}, 403--417 } \seealso{ -\code{\link{plot.phylo}}, \code{\link{add_ci}}, -\code{\link{nodelabels}}, -\code{\link{prop.clades}}, \code{\link{maxCladeCred}}, -\code{\link{transferBootstrap}}, \code{\link{consensus}}, +\code{\link[ape]{plot.phylo}}, \code{\link{add_ci}}, +\code{\link[ape]{nodelabels}}, +\code{\link[ape]{prop.clades}}, \code{\link{maxCladeCred}}, +\code{\link{transferBootstrap}}, \code{\link[ape]{consensus}}, \code{\link{consensusNet}} } \author{ diff --git a/man/pml.Rd b/man/pml.Rd index 9d79876b..451b3319 100644 --- a/man/pml.Rd +++ b/man/pml.Rd @@ -232,7 +232,8 @@ discrete morphological character data. \emph{Systematic Biology} \bold{50}, \seealso{ \code{\link{pml_bb}}, \code{\link{bootstrap.pml}}, \code{\link{modelTest}}, \code{\link{pmlPart}}, \code{\link{pmlMix}}, -\code{\link{plot.phylo}}, \code{\link{SH.test}}, \code{\link{ancestral.pml}} +\code{\link[ape]{plot.phylo}}, \code{\link{SH.test}}, +\code{\link{ancestral.pml}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com} diff --git a/man/pml_bb.Rd b/man/pml_bb.Rd index 333386f2..fb79d66e 100644 --- a/man/pml_bb.Rd +++ b/man/pml_bb.Rd @@ -69,8 +69,8 @@ fit_HKY_R2 <- pml_bb(woodmouse, model="HKY+R(2)") } } \seealso{ -\code{\link{optim.pml}}, \code{\link{modelTest}}, \code{\link{rtt}}, -\code{\link{pml.control}} +\code{\link{optim.pml}}, \code{\link{modelTest}}, +\code{\link[ape]{rtt}}, \code{\link{pml.control}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com} diff --git a/man/read.nexus.partitions.Rd b/man/read.nexus.partitions.Rd index 468746c5..2000a44c 100644 --- a/man/read.nexus.partitions.Rd +++ b/man/read.nexus.partitions.Rd @@ -42,7 +42,7 @@ tmp unlink(zz) } \seealso{ -\code{\link{read.nexus.data}}, \code{\link{read.phyDat}} +\code{\link[ape]{read.nexus.data}}, \code{\link{read.phyDat}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com} diff --git a/man/read.nexus.splits.Rd b/man/read.nexus.splits.Rd index 5b9d9660..87c75b78 100644 --- a/man/read.nexus.splits.Rd +++ b/man/read.nexus.splits.Rd @@ -75,7 +75,7 @@ write.splits(spl, print.labels = FALSE) } \seealso{ -\code{\link{prop.part}}, \code{\link{lento}}, +\code{\link[ape]{prop.part}}, \code{\link{lento}}, \code{\link{as.splits}}, \code{\link{as.networx}} } \author{ diff --git a/man/transferBootstrap.Rd b/man/transferBootstrap.Rd index fb714273..71989c32 100644 --- a/man/transferBootstrap.Rd +++ b/man/transferBootstrap.Rd @@ -45,7 +45,7 @@ phylogenetic bootstrap in the era of big data. \emph{Nature}, } \seealso{ \code{\link{plotBS}}, \code{\link{maxCladeCred}}, -\code{\link{drawSupportOnEdges}} +\code{\link[ape]{drawSupportOnEdges}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com} diff --git a/man/upgma.Rd b/man/upgma.Rd index ddf6be05..94d94f7c 100644 --- a/man/upgma.Rd +++ b/man/upgma.Rd @@ -56,8 +56,8 @@ samples under the assumption of a molecular clock using serial-sample UPGMA. } \seealso{ \code{\link{hclust}}, \code{\link{dist.hamming}}, \code{\link{NJ}}, -\code{\link{as.phylo}}, \code{\link{fastme}}, \code{\link{nnls.tree}}, -\code{\link{rtt}} +\code{\link[ape]{as.phylo}}, \code{\link[ape]{fastme}}, +\code{\link{nnls.tree}}, \code{\link[ape]{rtt}} } \author{ Klaus Schliep \email{klaus.schliep@gmail.com}