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
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

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/MyR documentation built on May 20, 2019, 8:02 p.m.