-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1.38 KB
/
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
29
30
31
32
33
34
Package: afpt
Title: Tools for Modelling of Animal Flight Performance
Version: 1.1.0.4
Date: 2023-11-03
Encoding: UTF-8
Authors@R: c(
person("Marco",
"KleinHeerenbrink",
email = "animalflightperformancetools@gmail.com",
role = c("aut","cre"),
comment = c(ORCID = "0000-0001-8172-8121")),
person("Anders",
"Hedenström",
role = c("fnd"),
comment = c(ORCID = "0000-0002-1757-0945"))
)
Description: Allows estimation and modelling of flight costs in animal (vertebrate) flight,
implementing the aerodynamic power model described in Klein Heerenbrink et al.
(2015) <doi:10.1098/rspa.2014.0952>. Taking inspiration from the program
'Flight', developed by Colin Pennycuick (Pennycuick (2008) "Modelling the flying
bird". Amsterdam: Elsevier. ISBN 0-19-857721-4), flight performance is estimated
based on basic morphological measurements such as body mass, wingspan and wing
area. 'afpt' can be used to make predictions on how animals should adjust their
flight behaviour and wingbeat kinematics to varying flight conditions.
URL: https://github.com/MarcoKlH/afpt-r/
BugReports: https://github.com/MarcoKlH/afpt-r/issues
Depends: R(>= 4.0.0)
Imports: graphics,
stats
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
License: GPL (>= 3)