species_estimate_sd: Estimate a species' standard deviation of body mass based on...

View source: R/species_data_functions.R

species_estimate_sdR Documentation

Estimate a species' standard deviation of body mass based on its mean body mass

Description

Using the parameters estimated in get_sd_parameters, estimate the standard deviation of body mass for a species based only on its mean body mass.

Usage

species_estimate_sd(sp_mean, pars = NULL)

Arguments

sp_mean

mean body mass, in grams

pars

list containing ⁠$slope⁠ and ⁠$intercept⁠, generated by get_sd_parameters(). If not provided, estimated by running get_sd_parameters(raw_masses).

Value

the estimated standard deviation of body mass


diazrenata/birdsize documentation built on Jan. 29, 2024, 12:25 p.m.