Skip to content

Commit

Permalink
docs: fix manual page
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 10, 2024
1 parent 2d54f0f commit 6d924e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions R/games.R
Original file line number Diff line number Diff line change
Expand Up @@ -1763,8 +1763,6 @@ bipartite <- function(...) constructor_spec(sample_bipartite, ...)
#'
#' @param n1 Integer scalar, the number of bottom vertices.
#' @param n2 Integer scalar, the number of top vertices.
#' @param type Character scalar, the type of the graph, \sQuote{gnp} creates a
#' \eqn{G(n,p)} graph, \sQuote{gnm} creates a \eqn{G(n,m)} graph. See details below.
#' @param p Real scalar, connection probability for \eqn{G(n,p)} graphs.
#' @param m Integer scalar, the number of edges for \eqn{G(n,m)} graphs.
#' @param directed Logical scalar, whether to create a directed graph. See also
Expand All @@ -1776,6 +1774,7 @@ bipartite <- function(...) constructor_spec(sample_bipartite, ...)
#' mutual edges. If this argument is \sQuote{all}, then each edge direction is
#' considered independently and mutual edges might be generated. This argument
#' is ignored for undirected graphs.
#' @inheritParams rlang::args_dots_empty
#' @examples
#'
#' ## empty graph
Expand Down
5 changes: 2 additions & 3 deletions man/sample_bipartite_gnm.Rd

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

0 comments on commit 6d924e1

Please sign in to comment.