buteo_condition: residual weight with respect to a regression of wing length...

Description Usage Arguments References Examples

View source: R/buteo_condition.R

Description

residual weight with respect to a regression of wing length against weight

Usage

1
2
3
4
5
6
7
8
buteo_condition(
  df = NULL,
  wing = "wing",
  weight = "weight",
  sex = "sex",
  unit = c("cm", "mm"),
  .plot = F
)

Arguments

df

data frame containing data

wing

name of variable giving wing length

weight

name of variable giving weight [g]

sex

name of variable giving sex

unit

unit of wing measurements

.plot

logical

References

Bijlsma, RG 1999: Sex determination of nestling Common Buzzards Buteo buteo. Limosa 72, 1.10

Examples

1
2
# NOT RUN
# buteo_condition(data.frame(wing = c(240,240), sex = c(0,1), weight = c(700,700)))

mottensmann/DBChecks documentation built on Feb. 3, 2022, 9:21 p.m.