Learn R Programming

allometric (version 2.1.0)

model_call,ParametricModel-method: Get the function call for a model

Description

The function call is the allometric model expressed as a function of its covariates. Accessing the function call is important when determining the order of the covariates given to the prediction function.

Usage

# S4 method for ParametricModel
model_call(object)

Value

A string of the function call

Arguments

object

The allometric model or set for which a function call will be retrieved

Examples

Run this code
model_call(brackett_rubra)

Run the code above in your browser using DataLab