IFBFat: Calculate IFBFat

Description Usage Arguments Value

View source: R/IFBFat.R

Description

Calculate IFBFat from weight, max thickness, body condition score, and fetal number.

Usage

1
2
3
IFBFat(x, weight = "lbs", GrossweightColName = "Gross.Weight..lb.",
  maxthickName = "MaxThickness", bcsName = "Body.Condition.Score",
  FetNum = 1.692, season = "Fall")

Arguments

x

capture database

weight

'lbs'

maxthickName

name of column where max thickness is stored

bcsName

name of column where body condition score is stored

FetNum

path to study area polygon (where you want to define availability)

season

name of column where season (Fall/Spring) is stored

GrossewightColName

name of column where gross weight is stored

Value

Returns a original dataframe with appended columns of IFBFat and Scaled IFBFat


khuggler/TediousEcology documentation built on July 10, 2021, 12:34 a.m.