get_std_length: get_std_length

View source: R/get_std_length.R

get_std_lengthR Documentation

get_std_length

Description

This function will process a dataset and return the mean, standard deviation, and count of length observations between the reference period spanning minref - maxref

Usage

get_std_length(data__, minref = 1995, maxref = 2010)

Arguments

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

Value

a matrix of mean, sd, and n of length at age, where the summary statistics are calculated from 1995 - 2010


ChristineStawitz-NOAA/stspsize documentation built on July 16, 2025, 8:15 p.m.