Skip to content

Commit

Permalink
add layout to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucyMcGowan committed Apr 18, 2024
1 parent d4cfe58 commit f77b542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/pald_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,10 @@ community_clusters <- function(c) {
#' Default: `50`.
#' @param colors A vector of display colors, if none is given a default list
#' (of length 24) is provided.
#' @param layout A layout for the graph. If none is specified, FR-graph
#' drawing algorithm is used.
#' @param ... Optional parameters to pass to the [`igraph::plot.igraph`].
#' function. Some commonly passed arguments include:
#' * `layout` A layout for the graph. If none is specified, FR-graph
#' drawing algorithm is used.
#' * `vertex.label` A vector containing label names. If none is given,
#' the rownames of `c` are used
#' * `vertex.size` A numeric value for vertex size (default = `1`)
Expand Down

0 comments on commit f77b542

Please sign in to comment.