diff --git a/DESCRIPTION b/DESCRIPTION index 531384fcbd..dc7cbd01c8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -69,6 +69,6 @@ Config/testthat/start-first: vs-es, scan, vs-operators, weakref, watts.strogatz.game Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.0 +RoxygenNote: 7.3.0.9000 SystemRequirements: gmp (optional), libxml2 (optional), glpk (>= 4.57, optional) diff --git a/man/is.mutual.Rd b/man/is.mutual.Rd index a882bca3fc..220f11571d 100644 --- a/man/is.mutual.Rd +++ b/man/is.mutual.Rd @@ -11,6 +11,8 @@ is.mutual(graph, eids = E(graph), loops = TRUE) \item{eids}{Edge sequence, the edges that will be probed. By default is includes all edges in the order of their ids.} + +\item{loops}{Logical, whether to consider directed self-loops to be mutual.} } \description{ \ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#deprecated}{\figure{lifecycle-deprecated.svg}{options: alt='[Deprecated]'}}}{\strong{[Deprecated]}} diff --git a/man/label.propagation.community.Rd b/man/label.propagation.community.Rd index 9f6b521c1f..9810c336a1 100644 --- a/man/label.propagation.community.Rd +++ b/man/label.propagation.community.Rd @@ -29,6 +29,12 @@ edge weight means a stronger connection for this function.} \item{...}{These dots are for future extensions and must be empty.} +\item{mode}{Logical, whether to consider edge directions for the label propagation, +and if so, in which direction the labels should propagate. Ignored for undirected graphs. +"all" means to ignore edge directions (even in directed graphs). +"out" means to propagate labels along the natural direction of the edges. +"in" means to propagate labels backwards (i.e. from head to tail).} + \item{initial}{The initial state. If \code{NULL}, every vertex will have a different label at the beginning. Otherwise it must be a vector with an entry for each vertex. Non-negative values denote different labels, negative