From a910fc72a7815c0e726c4cdf15bc22cf735f7bd9 Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Sun, 14 Jan 2024 22:50:18 +0100 Subject: [PATCH] add missing cactustree links in doc --- R/ggraph.R | 3 +++ _pkgdown.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/R/ggraph.R b/R/ggraph.R index 3681ffdf..3167e3a5 100644 --- a/R/ggraph.R +++ b/R/ggraph.R @@ -54,6 +54,9 @@ #' \item{`hive`}{Positions nodes on axes spreading out from the center #' based on node attributes. See [layout_tbl_graph_hive()] for further #' details} +#' \item{`cactustree`}{Positions nodes as circles on the periphery of their +#' parent circle. See [layout_tbl_graph_cactustree()] for further +#' details} #' } #' #' Alternatively a matrix or a data.frame can be provided to the `layout` diff --git a/_pkgdown.yml b/_pkgdown.yml index 2ff2069e..4928541f 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -74,6 +74,7 @@ reference: - layout_tbl_graph_circlepack - layout_tbl_graph_treemap - layout_tbl_graph_partition + - layout_tbl_graph_cactustree - layout_tbl_graph_matrix - layout_tbl_graph_hive - layout_tbl_graph_fabric