net.window.para: Extract one network within time constriants

Description Usage Arguments

View source: R/window_functions_graph.R

Description

This function will generate one network from a dataframe with time constraints.

Usage

1
2
net.window.para(data, windowstart, windowend, directed = FALSE,
  effortFun = NULL, effortData = NULL)

Arguments

data

A dataframe with relational data in the first two columns, and a time stamp in the third column. An optional column with a weight can be added if there is a duration or magnitude for each interaction (column name for this should be set to 'weight'). Note: time stamps should be in ymd or ymd_hms format. The lubridate package can be very helpful in organizing times.

windowstart

The start of the window.

windowend

The end of the window.

directed

Whether to consider the network as weighted. (default=FALSE)

effortFun

This is a function that takes as input the data within a window of time and returns the total sampling effort.

effortData

This is a dataframe containing the data used to calculate sampling effort. The first column should contain timedate values.


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