trim_dyads: Trim dyads.

Description Usage Arguments

View source: R/window_functions_dyads.R

Description

This function removes dyad values beyond their min and max observed times.

Usage

1
trim_dyads(dyadvalues, data, directed, enter_leave = NULL)

Arguments

dyadvalues

Output from the dyadTS function.

data

The events dataframe used in the dyadTS function.

directed

Whether to treat the dyads as directed or not

enter_leave

Optional: a data frame that specifies the entering and leaving dates of each dyad (ID, enterDate, leaveDate)


tbonne/netTS documentation built on July 26, 2021, 2:27 a.m.