Description Usage Arguments References Examples
View source: R/buteo_condition.R
residual weight with respect to a regression of wing length against weight
| 1 2 | buteo_condition(df = NULL, wing = "wing", weight = "weight",
  sex = "sex", unit = c("cm", "mm"), .plot = F)
 | 
| 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 | 
Bijlsma, RG 1999: Sex determination of nestling Common Buzzards Buteo buteo. Limosa 72, 1.10
| 1 2 | # NOT RUN
# buteo_condition(data.frame(wing = c(240,240), sex = c(0,1), weight = c(700,700)))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.