The S3 method for print latexmath object in code chunks of knitr.

# S3 method for latexmath
knit_print(x, inline = FALSE, ...)

Arguments

x

latexmath object to knit_print.

inline

if the method is called in code chunks or inline R code

...

Additional knitr::knit_print() arguments. Currently ignored, except a optional argument options.

References

https://cran.r-project.org/web/packages/knitr/vignettes/knit_print.html#for-package-authors

See also