Description Usage Arguments Examples
Plots normalized distance of all joints from averaged.mocap class.
1 2 | ## S3 method for class 'averaged.mocap'
plot(data.to.plot)
|
data.to.plot |
object of class averaged.mocap. |
1 2 3 4 5 6 7 8 | data("mawashi.geri.right.list")
myList <- list()
for (a in 1:length(mawashi.geri.right.list))
{
myList[[a]] <-mawashi.geri.right.list[[a]]$data.frame
}
res.data <- mocap.averagingCmp(myList, 2, eps = 0.000001)
plot(res.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.