-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
28 lines (28 loc) · 887 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: kinematics
Type: Package
Title: Studying Sampled Trajectories
Version: 1.0.0
Author: Pablo Rodriguez-Sanchez (https://pabrod.github.io) and Sanne J. P. van den Berg (https://www.wur.nl/en/Persons/Sanne-dr.-SJP-Sanne-van-den-Berg.htm)
Maintainer: Pablo Rodriguez-Sanchez <pablo.rodriguez.sanchez@gmail.com>
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Suggests:
testthat,
knitr,
utils,
markdown,
rmarkdown,
ggplot2,
pkgdown
Imports:
numDeriv,
stats
Depends:
R (>= 3.5)
URL: https://pabrod.github.io/kinematics/