@@ -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# '
0 commit comments