select_model.model_tbl: Select a model from 'allometric_models'

View source: R/model_tbl.R

select_model.model_tblR Documentation

Select a model from allometric_models

Description

This function is used to select a single model from a model_tbl dataframe using its id.

Usage

## S3 method for class 'model_tbl'
select_model(model_tbl, id)

Arguments

model_tbl

A model_tbl object

id

The model id or index

Value

An allometric model object


allometric documentation built on Nov. 8, 2023, 1:07 a.m.