Skip to content

Commit

Permalink
renaming SampleMultiplexSBM to sampleMultiplexSBM
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Apr 7, 2021
1 parent cde0e8e commit 42658e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/estimate.R
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ estimateMultipartiteSBM <- function(listSBM,
#' model <- c("bernoulli","poisson")
#' type <- "directed"
#' mySampleMultiplexSBM <-
#' SampleMultiplexSBM(
#' sampleMultiplexSBM(
#' nbNodes = Nnodes,
#' blockProp = blockProp,
#' nbLayers = nbLayers,
Expand Down Expand Up @@ -361,7 +361,7 @@ estimateMultipartiteSBM <- function(listSBM,
#' Nnodes <- 40
#' blockProp <- c(.6,.4)
#' mySampleMultiplexSBM <-
#' SampleMultiplexSBM(
#' sampleMultiplexSBM(
#' nbNodes = Nnodes,
#' blockProp = blockProp,
#' nbLayers = nbLayers,
Expand Down
4 changes: 2 additions & 2 deletions man/estimateMultiplexSBM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit 42658e2

Please sign in to comment.