Learn R Programming

musclesyneRgies (version 1.2.5)

CoA: Centre of activity

Description

Centre of activity

Usage

CoA(x)

Value

The centre of activity of the time series, calculated with circular statistics

Arguments

x

A time series (numeric)

References

Martino, G. et al. Locomotor patterns in cerebellar ataxia. J. Neurophysiol. 112, 2810–2821 (2014).

Examples

Run this code
# 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)

Run the code above in your browser using DataLab