Description Usage Arguments Author(s) References Examples
Add relation function adds entries (made by the user in the dataframe of relations window) to the relations one at a time.The relations are added one row after the other. The final relation hence created is used further in the analysis and plotting part.
1  | 
From_column | 
 The character string which is the variable name from which the relation starts (From column).  | 
To_column | 
 The character string which is the variable name at which the relation ends (To column).  | 
Lag_in | 
 The character string which is the variable name for which lagged parameters are to be created.  | 
minLag | 
 Minimum lag which is to be created in Lag_in column.  | 
maxLag | 
 Maximum lag which is to be created in Lag_in column.  | 
Direction | 
 Specify whether direction is unidirectional or bidirectional.  | 
Emile J.L. Chappin
http://www.chappin.com
1  | #addRelations("a","b","From",0,2,"UniDirectional")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.