Returns the equation lines carried by a symbolized_model
as a tibble. One row per renderable block in x$components. Both notations
(index and matrix) are always returned in their own columns; the notation
argument only controls how the result is displayed by print().
For the LaTeX-string form ready to splice into a document, see
as_latex().
Usage
equations(x, notation = c("index", "matrix", "both"), ...)Arguments
- x
- notation
One of
"index","matrix", or"both". Sets the display preference recorded as the"notation"attribute and used by thesymbolizer_equationsprint()method.- ...
Reserved for future use.