print.equation {equatiomatic} | R Documentation |
Print 'LaTeX' equations
Description
Print 'LaTeX' equations built with extract_eq
.
Usage
## S3 method for class 'equation'
print(x, ...)
Arguments
x |
'LaTeX' equation built with |
... |
not used |
Value
The unmodified object 'x' is returned invisibly. The function is used for its side effect of printing the equation.
[Package equatiomatic version 0.3.3 Index]