formula.rtsFit {rts2}R 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.


[Package rts2 version 0.7.5 Index]