https://github.com/trinker/embodied
A package that provides video analysis tools for embodiement related tasks
https://github.com/trinker/embodied
Last synced: 4 months ago
JSON representation
A package that provides video analysis tools for embodiement related tasks
- Host: GitHub
- URL: https://github.com/trinker/embodied
- Owner: trinker
- Created: 2014-01-12T07:40:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T06:19:43.000Z (over 12 years ago)
- Last Synced: 2025-11-01T12:20:31.257Z (8 months ago)
- Language: TeX
- Homepage: http://trinker.github.io/embodied
- Size: 143 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
embodied
=======
[](https://travis-ci.org/trinker/embodied)
embodied is a package that provides video analysis tools for embodiement related tasks.

## Installation
To download the development version of embodied:
download the [zip ball](https://github.com/trinker/embodied/zipball/master) or [tar ball](https://github.com/trinker/embodied/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:
```r
# install.packages("devtools")
library(devtools)
#Install the development versions of slidify and its libraries
install_github('slidify', 'ramnathv', ref = 'dev')
install_github('slidifyLibraries', 'ramnathv', ref = 'dev')
install_github(c("reports", "embodied"), "trinker")
```
## Help
[Package PDF Help Manual](https://dl.dropbox.com/u/61803503/embodied.pdf)
[Vignette](https://copy.com/zuF1hWSih7V9zYwA/embodied-package.pdf?download=1)
## Contact
You are welcome to:
* submit suggestions and bug-reports at:
* send a pull request on:
* compose a friendly e-mail to:
## Demonstrations
### Motion Path Example

For the script used to create this animated .gif [click here](https://github.com/trinker/embodied/blob/master/inst/example_plots/motion_path.md)
### Discourse Density Example

For the script used to create this discourse density plot [click here](https://github.com/trinker/embodied/blob/master/inst/example_plots/Density.md)