formula_expansion: Expand a formula

frm_expandR Documentation

Expand a formula

Description

Expand a formula

Usage

frm_expand(frm)

Arguments

frm

A formula that may have compact terms like a * b.

Value

The expanded formula where terms like a * b are expanded to a + b + a:b.

See Also

formula_building formula_extraction


supernova documentation built on Nov. 5, 2023, 1:09 a.m.