Package: kinematics 1.0.0

kinematics: Studying Sampled Trajectories
Allows analyzing time series representing two-dimensional movements. It accepts a data frame with a time (t), horizontal (x) and vertical (y) coordinate as columns, and returns several dynamical properties such as speed, acceleration or curvature.
Authors:
kinematics_1.0.0.tar.gz
kinematics_1.0.0.zip(r-4.7)kinematics_1.0.0.zip(r-4.6)kinematics_1.0.0.zip(r-4.5)
kinematics_1.0.0.tgz(r-4.6-any)kinematics_1.0.0.tgz(r-4.5-any)
kinematics_1.0.0.tar.gz(r-4.7-any)kinematics_1.0.0.tar.gz(r-4.6-any)
kinematics_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
kinematics/json (API)
| # Install 'kinematics' in R: |
| install.packages('kinematics', repos = c('https://pabrod.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/pabrod/kinematics/issues
Pkgdown/docs site:https://pabrod.github.io
- example_mov - Example data set
biologyethologykinematicsphysics
Last updated from:871faab23e. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 127 | ||
| source / vignettes | OK | 224 | ||
| linux-release-x86_64 | NOTE | 119 | ||
| macos-release-arm64 | NOTE | 84 | ||
| macos-oldrel-arm64 | NOTE | 77 | ||
| windows-devel | NOTE | 100 | ||
| windows-release | NOTE | 79 | ||
| windows-oldrel | NOTE | 67 | ||
| wasm-release | OK | 111 |
Exports:accelappend_displacementappend_dynamicscurvaturecurvature_radiusdisplacementget_polar_coordinatesspeed
Dependencies:numDeriv
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Return accelerations | accel |
| Return a dataframe with information about the time-to-time displacements | append_displacement |
| Return a data frame with extra columns with dynamical information | append_dynamics |
| Approximate derivative | approx_derivative |
| Return curvatures | curvature |
| Return curvature radius | curvature_radius |
| Return displacements | displacement |
| Example data set | example_mov |
| Get polar coordinates | get_polar_coordinates |
| Return speeds | speed |
