Skip to content

R language package for processing and analysis motion capture (mocap) data.

Notifications You must be signed in to change notification settings

browarsoftware/RMoCap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMoCap

R language package for processing and kinematic analyzing motion capture data.

In order to install package in R, run following commands:

#############

#R code

#############

if (!require("RMoCap"))

{

if (!require("devtools"))

{

	install.packages("devtools") # if you have not installed "devtools" package

}

devtools::install_github("browarsoftware/RMoCap")

}

#test package

library("RMoCap")

data("right.arm.motion.1")

plot(right.arm.motion.1, frame = 1, my.color = "white", alpha = 1, spheres = TRUE)

plot(right.arm.motion.1, frames.fraction = 0.5, my.color = "white", alpha = 1, spheres = FALSE)

#############

#end of R code

#############

About

R language package for processing and analysis motion capture (mocap) data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages