syncsham: Synchronized 3D motion for a dyad

Description Format See Also Examples

Description

Times and positions for two individuals moving synchronously during sham brain stimulation.

Format

This data set consists of three objects:

tvec.

A vector of 41510 time points

p0.,p1.

Two 41510 x 3 matrices, giving 3D positions for two individuals at the times given by tvec.

See Also

make.fd converts these data to sync.fd, which is in the required format for computing CVV via function cosfunc

Examples

1
2
3
4
5
6
7
## Not run: 
data(syncsham)
tmp <- make.fd(tvec., p0., p1.)   # may take a while...
data(sync.fd)
all.equal(tmp, sync.fd)

## End(Not run)

reissphil/cvv documentation built on May 21, 2019, 10:08 a.m.