R/Get_Within_Blocks_beta_SBM.R

Defines functions Get.Within.Blocks.Move.beta.SBM

# Get.Within.Blocks.Move.beta.SBM

# objective :: a bidirected (only) Markov move as the within block move for a beta-SBM

# Input, Output:: refer to the `Get.Within.Blocks.Move.beta.SBM()` routine

#' @importFrom igraph graph.empty
#' @importFrom igraph vcount
#' @include Get_Bidirected_Move.R


Get.Within.Blocks.Move.beta.SBM = function(g) {

  return (Get.Bidirected.Move(igraph::graph.empty(igraph::vcount(g)), g))

}

Try the GoodFitSBM package in your browser

Any scripts or data that you put into this service are public.

GoodFitSBM documentation built on May 29, 2024, 6:45 a.m.