@@ -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}}.
232+ # ' @param output_file The path to one or more files to save the plot in using \code{\link[ggplot2:ggsave]{ggplot2:: ggsave}}.
233233# ' The type of the file will be determined by the extension given.
234234# ' Default: Do not save plot.
235235# '
@@ -322,16 +322,16 @@ heat_tree.Taxmap <- function(.input, ...) {
322322# ' The following \code{character} values are understood:
323323# '
324324# ' \describe{
325- # ' \item{"automatic"}{Use \code{\link[igraph]{ nicely}}. Let \code{\link{igraph}} choose the layout.}
326- # ' \item{"reingold-tilford"}{Use \code{\link[igraph]{ as_tree}}. A circular tree-like layout.}
327- # ' \item{"davidson-harel"}{Use \code{\link[igraph]{ with_dh}}. A type of simulated annealing.}
328- # ' \item{"gem"}{Use \code{\link[igraph]{ with_gem}}. A force-directed layout.}
329- # ' \item{"graphopt"}{Use \code{\link[igraph]{ with_graphopt}}. A force-directed layout.}
330- # ' \item{"mds"}{Use \code{\link[igraph]{ with_mds}}. Multidimensional scaling.}
331- # ' \item{"fruchterman-reingold"}{Use \code{\link[igraph]{ with_fr}}. A force-directed layout.}
332- # ' \item{"kamada-kawai"}{Use \code{\link[igraph]{ with_kk}}. A layout based on a physical model of springs.}
333- # ' \item{"large-graph"}{Use \code{\link[igraph]{ with_lgl}}. Meant for larger graphs.}
334- # ' \item{"drl"}{Use \code{\link[igraph]{ with_drl}}. A force-directed layout.}
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.}
335335# ' }
336336# '
337337# '
0 commit comments