partner: Partner

Description Usage Arguments Value Author(s) Examples

Description

Method to recognize trajectories that stay together, based on trajectory distance time series analysis

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
partner(A1, A2, dist, maxtime, mintime, datasource, tablename)


  ## S4 method for signature 
## 'Track,Track,numeric,numeric,numeric,DataSourceInfo,character'
partner(A1,
  A2, dist, maxtime, mintime, datasource, tablename)


  ## S4 method for signature 
## 'Track,Track,numeric,numeric,numeric,PostgreSQLConnection,character'
partner(A1,
  A2, dist, maxtime, mintime, datasource, tablename)

## S4 method for signature 
## 'Track,Track,numeric,numeric,numeric,logical,missing'
partner(A1, A2,
  dist, maxtime, mintime, datasource, tablename)


  ## S4 method for signature 
## 'TracksCollection,missing,numeric,numeric,numeric,missing,missing'
partner(A1,
  A2, dist, maxtime, mintime, datasource, tablename)


  ## S4 method for signature 
## 'TracksCollection,
##   TracksCollection,
##   numeric,
##   numeric,
##   numeric,
##   missing,
##   missing'
partner(A1,
  A2, dist, maxtime, mintime, datasource, tablename)


  ## S4 method for signature 
## 'TracksCollection,Track,numeric,numeric,numeric,missing,missing'
partner(A1,
  A2, dist, maxtime, mintime, datasource, tablename)

Arguments

A1

Represents a single trajectory followed by a person, animal or object.

A2

Represents a single trajectory followed by a person, animal or object.

dist

Ristance that two objects can stay apart

maxtime

Maximum time period that two objects can stay apart

mintime

Minimum time period that two objects must stay together

datasource

Is object class DataSourceInfo

tablename

The name of the table database

Value

List with begin time and end time stamps of two objects partner

Author(s)

Diego Monteiro

Examples

1
partner(A1,A2,110792,2277,0,FALSE)

TrajDataMining documentation built on May 2, 2019, 11:07 a.m.