flysim: Range Estimation

Description Usage Arguments Details Value Author(s) Examples

View source: R/flight_simulation.R

Description

Practical range estimation of birds using methods in Pennycuik (1975) Mechanics of Flight. These methods are based on Breguet equations.

Usage

1
2
3
flysim(file, header = TRUE, sep = ",", quote = "\"", dec = ".",
             fill = TRUE, comment.char = "", ..., data = NULL,
             settings = list())

Arguments

file

Arguments for path to data.

header

Logical. If TRUE use first row as column headers

sep

separator

quote

The set of quoting characters. see read.csv

dec

The character used in the file for decimal points.

fill

See read.csv

comment.char

For more details see read.csv

...

further arguments see read.csv

data

A data frame.

settings

A list for re-defining constants. See details.

Details

The option *settings takes the arguments (those particulary required by this function)

Value

S3 class object with range estimates based on methods defined and settings used

Author(s)

Brian Masinde

Examples

1
2
flysim(data = birds, settings = list(eFat = 3.89*10^7))
flysim(data = birds,  settings = list(airDensity = 0.905))

flying documentation built on Feb. 13, 2020, 5:07 p.m.