Description Usage Arguments Details Value See Also Examples
It calculates the proportion of the number of intervals with at least one point in both processes, and the sum of the number of intervals with at least one point in one process, n_{x,y}/(n_{x,y}+n_{x,0}+n_{0,y}).
1 | BinPer(posx, posy, ll, T)
|
posx |
Numeric vector. Occurrence points in the first process, N_x. |
posy |
Numeric vector. Occurrence points in the second process, N_y. |
ll |
Numeric value. Lenght of the intervals where the number of points are counted. |
T |
Numeric value. Length of the observed period of the point processes. |
In order to be useful, an adequate length of interval ll, depending on the expected dependence, has to be selected.
binper |
Percentage of concordant intervals. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.