batLoad: Load static bat metabolic parameters

Description Usage Arguments Details Value Examples

View source: R/BatLoad_fun.R

Description

batLoad Loads metabolic parameters for bats from dataframe.

Usage

1
batLoad(x, species)

Arguments

x

dataframe from which parameters are taken see Details

species

character string for selected species from file above

Details

Function loads the metabolic parameters that will be used accross the entire distribution. Generally speaking it is suggested that you use bat.params which is built in.

Value

returns list of names parameters used for metabolic calculations

Examples

1
2
3
4
##BatLoad Example
data("bat.params")
myyu.params <- batLoad(bat.params, species = "MYYU")
print(str(myyu.params))

cReedHranac/batwintor documentation built on Jan. 27, 2020, 7:39 p.m.