vector.to.list: This function generates list of vectors.

Description Usage Arguments Value Examples

Description

Each list position equals c(ABC.Dx, ABC.Dy, ABC.Dz) where featuresName = ABC is a name of the column of data frame dataToCalculate.

Usage

1
vector.to.list(dataToCalculate, featuresName)

Arguments

dataToCalculate

data frame with motion capture data.

featuresName

column name of the motion capture feature. Column names should have names endings .Dx, .Dy, .Dz.

Value

list of vectors defined as above.

Examples

1
2
data("heian.yondan")
vector.to.list(heian.yondan[1:3,], "RightHand")

browarsoftware/RMoCap documentation built on May 16, 2019, 7:28 a.m.