BatWingArea: Lifting Surface Area (LSA) for Bat wings.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/BatWingArea.R

Description

Calculate the LSA for Bat wings using different wings measures.

Usage

1
BatWingArea(x, scale = FALSE, method = c("BM", "A", "SS", "P"))

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 ("BM","A","SS","P").

Value

The function return four LSA calculations.

The function returns a S3 object with two matrices. First one is the LSA calculation, and second one have basic statistics for the input variables and the LSA 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.