Skip to content

Commit

Permalink
add missing cactustree links in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Jan 14, 2024
1 parent 3b18c35 commit a910fc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/ggraph.R
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a910fc7

Please sign in to comment.