View source: R/get_std_length.R
get_std_length | R Documentation |
This function will process a dataset and return the mean,
standard deviation, and count of length observations between the reference
period spanning minref
- maxref
get_std_length(data__, minref = 1995, maxref = 2010)
data__ |
A data frame with columns years, age_years, and length_cm |
minref |
minimum year to take the mean over |
maxref |
maximum year to take the mean over |
a matrix of mean, sd, and n of length at age, where the summary statistics are calculated from 1995 - 2010
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.