BatWingDynamics: Wing's dynamic measures.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/BatWingDynamics.R

Description

Calculate the Dynamics measures for a Bat wing.

Usage

1
BatWingDynamics(x, scale = FALSE, method = c("AR", "WL", "RWL", "MPS"))

Arguments

x

is the input matrix. This matrix is very specific, check the example.

scale

if you want to transform milimeters and grames to meters and kilograms.

method

is the LSA calculation method ("AR","WL","RWL","MPS").

Value

The function return four Dynamics meaures.

The function returns a S3 object with two matrices. First one is the Dynamics measures, and second one have basic statistics for the input variables and the Dynamic measures values.

Author(s)

Leon-Alvarado Omar Daniel.

See Also

https://github.com/oleon12/BatWing/tree/master/README.Rmd

Examples

1
2
3
4

oleon12/BatWing documentation built on July 28, 2020, 12:10 p.m.