Skip to content

Commit 8990fac

Browse files
remove links to make CRAN happy
1 parent 46fc0ff commit 8990fac

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

R/as_phyloseq.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' \item{\code{data.frame}}{A table with taxon IDs, OTU IDs, and OTU counts}
1111
#' \item{\code{FALSE}}{Do not include an OTU table, even if "otu_table" exists in `obj$data`}
1212
#' }
13-
#' @param otu_id_col The name of the column storing OTU IDs in the otu table.
13+
#' @param otu_id_col The name of the column storing OTU IDs in the OTU table.
1414
#' @param sample_data A table containing sample data with sample IDs matching
1515
#' column names in the OTU table. Must be one of the following:
1616
#' \describe{
@@ -20,12 +20,12 @@
2020
#' \item{\code{FALSE}}{Do not include a sample data table, even if "sample_data" exists in `obj$data`}
2121
#' }
2222
#' @param sample_id_col The name of the column storing sample IDs in the sample data table.
23-
#' @param phy_tree A phylogenetic tree of class \code{\link[ape:phylo]{ape::phylo}} from
24-
#' the \code{\link{ape}} package with tip labels matching OTU ids. Must be one of the following:
23+
#' @param phy_tree A phylogenetic tree of class \code{ape:phylo} from
24+
#' the \code{ape} package with tip labels matching OTU ids. Must be one of the following:
2525
#' \describe{
2626
#' \item{\code{NULL}}{Look for a tree named "phy_tree" in `obj$data` with tip labels matching OTU ids. If it exists, use it.}
2727
#' \item{\code{character}}{The name of the tree stored in `obj$data` with tip labels matching OTU ids.}
28-
#' \item{\code{\link[ape:phylo]{ape::phylo}}}{A tree with tip labels matching OTU ids.}
28+
#' \item{\code{ape::phylo}}{A tree with tip labels matching OTU ids.}
2929
#' \item{\code{FALSE}}{Do not include a tree, even if "phy_tree" exists in `obj$data`}
3030
#' }
3131
#'

R/heat_tree.R

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ heat_tree.Taxmap <- function(.input, ...) {
229229
#'
230230
#' @param background_color The background color of the plot.
231231
#' Default: Transparent
232-
#' @param output_file The path to one or more files to save the plot in using \code{\link[ggplot2:ggsave]{ggplot2::ggsave}}.
232+
#' @param output_file The path to one or more files to save the plot in using \code{ggplot2::ggsave}.
233233
#' The type of the file will be determined by the extension given.
234234
#' Default: Do not save plot.
235235
#'
@@ -240,7 +240,7 @@ heat_tree.Taxmap <- function(.input, ...) {
240240
#' @param verbose If \code{TRUE} print progress reports as the function runs.
241241
#'
242242
#' @param ... (other named arguments)
243-
#' Passed to the \code{\link{igraph}} layout function used.
243+
#' Passed to the \code{igraph} layout function used.
244244
#'
245245
#'
246246
#' @section labels:
@@ -316,22 +316,22 @@ heat_tree.Taxmap <- function(.input, ...) {
316316
#' @section layout:
317317
#'
318318
#' Layouts determine the position of node elements on the graph.
319-
#' They are implemented using the \code{\link{igraph}} package.
320-
#' Any additional arguments passed to \code{heat_tree} are passed to the \code{\link{igraph}}
319+
#' They are implemented using the \code{igraph} package.
320+
#' Any additional arguments passed to \code{heat_tree} are passed to the \code{igraph}
321321
#' function used.
322322
#' The following \code{character} values are understood:
323323
#'
324324
#' \describe{
325-
#' \item{"automatic"}{Use \code{\link[igraph:nicely]{igraph::nicely}}. Let \code{\link{igraph}} choose the layout.}
326-
#' \item{"reingold-tilford"}{Use \code{\link[igraph:as_tree]{igraph::as_tree}}. A circular tree-like layout.}
327-
#' \item{"davidson-harel"}{Use \code{\link[igraph:with_dh]{igraph::with_dh}}. A type of simulated annealing.}
328-
#' \item{"gem"}{Use \code{\link[igraph:with_gem]{igraph::with_gem}}. A force-directed layout.}
329-
#' \item{"graphopt"}{Use \code{\link[igraph:with_graphopt]{igraph::with_graphopt}}. A force-directed layout.}
330-
#' \item{"mds"}{Use \code{\link[igraph:with_mds]{igraph::with_mds}}. Multidimensional scaling.}
331-
#' \item{"fruchterman-reingold"}{Use \code{\link[igraph:with_fr]{igraph::with_fr}}. A force-directed layout.}
332-
#' \item{"kamada-kawai"}{Use \code{\link[igraph:with_kk]{igraph::with_kk}}. A layout based on a physical model of springs.}
333-
#' \item{"large-graph"}{Use \code{\link[igraph:with_lgl]{igraph::with_lgl}}. Meant for larger graphs.}
334-
#' \item{"drl"}{Use \code{\link[igraph:with_drl]{igraph::with_drl}}. A force-directed layout.}
325+
#' \item{"automatic"}{Use \code{igraph::nicely}. Let \code{igraph} choose the layout.}
326+
#' \item{"reingold-tilford"}{Use \code{igraph::as_tree}. A circular tree-like layout.}
327+
#' \item{"davidson-harel"}{Use \code{igraph::with_dh}. A type of simulated annealing.}
328+
#' \item{"gem"}{Use \code{igraph::with_gem}. A force-directed layout.}
329+
#' \item{"graphopt"}{Use \code{igraph::with_graphopt}. A force-directed layout.}
330+
#' \item{"mds"}{Use \code{igraph::with_mds}. Multidimensional scaling.}
331+
#' \item{"fruchterman-reingold"}{Use \code{igraph::with_fr}. A force-directed layout.}
332+
#' \item{"kamada-kawai"}{Use \code{igraph::with_kk}. A layout based on a physical model of springs.}
333+
#' \item{"large-graph"}{Use \code{igraph::with_lgl}. Meant for larger graphs.}
334+
#' \item{"drl"}{Use \code{igraph::with_drl}. A force-directed layout.}
335335
#' }
336336
#'
337337
#'

man/as_phyloseq.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/heat_tree.Rd

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)