get_LifeHistory: Get Life History Parameters

View source: R/get_data_frames.R

get_LifeHistoryR Documentation

Get Life History Parameters

Description

Extracts the life-history parameters: Linf, K, L50, and ageM

Usage

get_LifeHistory(x, model = "Model 1", ...)

## S3 method for class 'Hist'
get_LifeHistory(x, model = "Model 1", ...)

## S3 method for class 'list'
get_LifeHistory(x, model = "Model 1", ...)

## S3 method for class 'MSE'
get_LifeHistory(x, model = "Model 1", ...)

## S3 method for class 'MMSE'
get_LifeHistory(x, model = "Model 1", ...)

Arguments

x

An object of class Hist, MSE, or a list of Hist or MSE objects

model

An optional name for the model. If x is a list of objects, model will be taken from names(x). If names(x) is NULL, model will be given sequential numerical values (e.g., ⁠Model 1⁠, ⁠Model 2⁠, ...)

...

additiona arguments (not used)

Value

A data.frame


openMSE documentation built on Sept. 30, 2024, 9:32 a.m.