trim_nodes: Trim nodes.

Description Usage Arguments

View source: R/window_functions_nodes.R

Description

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

Usage

1
trim_nodes(nodevalues, data, enter_leave = NULL)

Arguments

nodevalues

Output from the nodeTS function.

data

The events dataframe used in the nodeTS function.

enter_leave

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


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