as currently written, it appears to assume STERGM. for example:
|
#' @param monitor A one-sided formula specifying one or more terms whose |
|
#' value is to be monitored. If \code{monitor} is specified as a character |
|
#' (one of \code{"formation"}, \code{"dissolution"}, and \code{"all"}) then |
|
#' the function \code{\link{.extract.fd.formulae}} is used to determine the |
|
#' corresponding formula; the user should be aware of its behavior and limitations. |
if the monitor argument can only be used with Form() and Diss() operators, we should say this, otherwise this needs to be rewritten.
as currently written, it appears to assume STERGM. for example:
tergm/R/simulate.tergm.R
Lines 67 to 71 in 3080520
if the
monitorargument can only be used withForm()andDiss()operators, we should say this, otherwise this needs to be rewritten.