CoA | R Documentation |
Centre of activity
CoA(x)
x |
A time series (numeric) |
The centre of activity of the time series, calculated with circular statistics
Martino, G. et al. Locomotor patterns in cerebellar ataxia. J. Neurophysiol. 112, 2810–2821 (2014).
# Number of users connected to the Internet through a server every minute ts <- datasets::WWWusage[1:80] # Calculate CoA ts_CoA <- CoA(ts) # Plot plot(ts, ty = "l", xlab = "Time", ylab = "Number of users") graphics::abline(v = ts_CoA, lwd = 2, lty = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.