CreateNetwork: Function to get the contacts

View source: R/CreateNetwor.R

CreateNetworkR Documentation

Function to get the contacts

Description

Function to get the contacts

Usage

CreateNetwork(DF, DTh, coords = c("X", "Y"), DateTime = "DateTime", ID = "ID")

Arguments

DF

A data.frame object with the information of the GPS Locations.

DTh

The distance treshold in meters.

coords

the names of the columns with the coordinates in the data.frame object.

DateTime

The name of the column with the temporal information o fhte GPS record.

ID

The name of the column with the unique Identifier for the subjects.


jpablo91/STNet documentation built on Feb. 18, 2024, 7:36 a.m.