From 6aee2f38fc4c0f27f4d3b4be04af6534bd097c09 Mon Sep 17 00:00:00 2001 From: "Carter T. Butts" Date: Mon, 2 Feb 2026 22:02:37 -0800 Subject: [PATCH] Made changes to documentation to avoid an error with the upcoming network update. --- man/network.extensions.Rd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/network.extensions.Rd b/man/network.extensions.Rd index fb67de1..d1104a5 100644 --- a/man/network.extensions.Rd +++ b/man/network.extensions.Rd @@ -23,17 +23,17 @@ Various core functions from the \link[network]{network} package, with specialized extensions for handling dynamic data. } \usage{ -get.edgeIDs.active(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL, +\method{get.edgeIDs}{active}(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL, alter = NULL, neighborhood = c("out", "in", "combined"), rule = c("any", "all", "earliest", "latest"), na.omit = TRUE, active.default = TRUE) -get.edges.active(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL, +\method{get.edges}{active}(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL, alter = NULL, neighborhood = c("out", "in", "combined"), rule = c("any", "all", "earliest", "latest"), na.omit = TRUE, active.default = TRUE) -get.neighborhood.active(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL, +\method{get.neighborhood}{active}(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL, type = c("out", "in", "combined"), rule = c("any", "all", "earliest", "latest"), na.omit = TRUE, active.default = TRUE) -is.adjacent.active(x, vi, vj, onset = NULL, terminus = NULL, length = NULL, at = NULL, +\method{is.adjacent}{active}(x, vi, vj, onset = NULL, terminus = NULL, length = NULL, at = NULL, rule = c("any", "all", "earliest", "latest"), na.omit = FALSE, active.default = TRUE) \method{network.dyadcount}{active}(x, onset = NULL, terminus = NULL, length = NULL, at = NULL,