Skip to content

Commit

Permalink
Minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpghayes committed Aug 22, 2024
1 parent b0c46a4 commit 93c2c92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/undirected_dcsbm.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ validate_undirected_dcsbm <- function(x) {
#' @param force_identifiability Logical indicating whether or not to
#' normalize `theta` such that it sums to one within each block. Defaults
#' to `FALSE`, since this behavior can be surprise when `theta` is set
#' to a vector of all ones to recover the DC-SBM case.
#' to a vector of all ones to recover the SBM case.
#'
#' @inheritDotParams undirected_factor_model expected_degree expected_density
#' @inheritParams undirected_factor_model
Expand Down
2 changes: 1 addition & 1 deletion man/chung_lu.Rd

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

2 changes: 1 addition & 1 deletion man/dcsbm.Rd

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

4 changes: 2 additions & 2 deletions man/expected_edges.Rd

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

0 comments on commit 93c2c92

Please sign in to comment.