Skip to content

Commit

Permalink
dont run backbone
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Jan 23, 2025
1 parent d2ca2c1 commit 58f60ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/layout_multilevel.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#' @examples
#' library(igraph)
#' data("multilvl_ex")
#'
#'\dontrun{
#' # compute a layout for the whole network
#' xy <- layout_as_multilevel(multilvl_ex, type = "all", alpha = 25, beta = 45)
#'
Expand All @@ -43,7 +43,7 @@
#' FUN2 = layout_with_stress,
#' alpha = 25, beta = 45
#' )
#'
#' }
#' @export
layout_as_multilevel <- function(g, type = "all", FUN1, FUN2,
params1 = NULL, params2 = NULL,
Expand Down

0 comments on commit 58f60ac

Please sign in to comment.