Skip to content

Commit 6aee2f3

Browse files
committed
Made changes to documentation to avoid an error with the upcoming network update.
1 parent 223552a commit 6aee2f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

man/network.extensions.Rd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
Various core functions from the \link[network]{network} package, with specialized extensions for handling dynamic data.
2424
}
2525
\usage{
26-
get.edgeIDs.active(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL,
26+
\method{get.edgeIDs}{active}(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL,
2727
alter = NULL, neighborhood = c("out", "in", "combined"),
2828
rule = c("any", "all", "earliest", "latest"), na.omit = TRUE, active.default = TRUE)
29-
get.edges.active(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL,
29+
\method{get.edges}{active}(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL,
3030
alter = NULL, neighborhood = c("out", "in", "combined"),
3131
rule = c("any", "all", "earliest", "latest"), na.omit = TRUE, active.default = TRUE)
32-
get.neighborhood.active(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL,
32+
\method{get.neighborhood}{active}(x, v, onset = NULL, terminus = NULL, length = NULL, at = NULL,
3333
type = c("out", "in", "combined"), rule = c("any", "all", "earliest", "latest"),
3434
na.omit = TRUE, active.default = TRUE)
3535

36-
is.adjacent.active(x, vi, vj, onset = NULL, terminus = NULL, length = NULL, at = NULL,
36+
\method{is.adjacent}{active}(x, vi, vj, onset = NULL, terminus = NULL, length = NULL, at = NULL,
3737
rule = c("any", "all", "earliest", "latest"), na.omit = FALSE, active.default = TRUE)
3838

3939
\method{network.dyadcount}{active}(x, onset = NULL, terminus = NULL, length = NULL, at = NULL,

0 commit comments

Comments
 (0)