View source: R/pwutilityfunctions.R
mysignedcircpairdist.ct | R Documentation |
Computes phase difference between x and y, between -12 and 12. A positive result means that x has earlier phase than y. See example.
mysignedcircpairdist.ct(x, y)
x |
Vector, phases between 0 and 24 |
y |
Vector, phases between 0 and 24 |
Vector of signed phase differences
mysignedcircpairdist.ct(c(10, 22, 2), c(12, 2, 23))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.