formula.rtsFit: Extracts the formula from a 'rtsFit' object.

View source: R/print_mcmlrts.R

formula.rtsFitR Documentation

Extracts the formula from a rtsFit object.

Description

Extracts the formula from a rtsFit object. Only returns the top level formula. For region models this is the formula at the region level, otherwise the grid-level formula is returned. No random effects specifications are included in the returned formula.

Usage

## S3 method for class 'rtsFit'
formula(x, ...)

Arguments

x

A rtsFit object.

...

Further arguments passed from other methods

Value

A formula object.


rts2 documentation built on April 3, 2025, 7:39 p.m.