get_LifeHistory {openMSE}R 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


[Package openMSE version 1.0.1 Index]