Skip to content

Commit 2f2089b

Browse files
mbojankrivit
authored andcommitted
Update documentation of ergm.getnetwork()
1 parent 6429c81 commit 2f2089b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

R/ergm.getnetwork.R

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@
3030
#' is valid; if so, the network is returned; if not, execution is
3131
#' halted with warnings.
3232
#'
33-
#' @param formula a two-sided formula whose LHS is a [`network`], an object that can be coerced to a [`network`], or an expression that evaluates to one.
33+
#' @param formula a two-sided formula whose LHS is a [`network`], an object
34+
#' that can be coerced to a [`network`], or an expression that evaluates
35+
#' to one.
3436
#' @param loopswarning whether warnings about loops should be printed
35-
#' (`TRUE` or `FALSE`); defaults to `TRUE`.
37+
#' (`TRUE` or `FALSE`); defaults to value of option `ergm.loopswarning`
38+
#' or `TRUE`.
3639
#'
3740
#' @return A [`network`] object constructed by evaluating the LHS of
3841
#' the model formula in the formula's environment.

0 commit comments

Comments
 (0)