Description Usage Arguments Value Author(s) Examples
Method to recognize trajectories that stay together, based on trajectory distance time series analysis
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)
 | 
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  | 
List with begin time and end time stamps of two objects partner
Diego Monteiro
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.