This is a major update, adding a system for constructing and rendering matrix expressions, operations and equations in LaTeX
There were no ERRORs or WARNINGs or NOTEs.
latexMatrix()
to create a symbolic matrixlatexMatrix()
made more general to handle much wider variety of cases, with LaTeX output [JF]Eqn()
wrapper to work with other LaTeX-generating code in the package [PC]inv-3d
illustrating linear transformations and matrix inverse in 3D using rgl
latexMatrix()
gets operators for matrix arithmetic (+,-, %*%
) and operators (t()
)latex-equations.Rmd
illustrating the variety of functions in the package for constructing matrix equations in LaTeXmatmult()
, matsum()
, matpower()
similar to the operators, but providing simplify = TRUE
, as.numeric = TRUE
Eqn()
gains a preview
argument, rendering a LaTeX matrix expression in a Viewer pane.latexMatrix()
now allows row/column names to be displayed with a matrix.devtools::revdep() [1] "biplotbootGUI" "DIDmultiplegtDYN" "dymo" "hyperoverlap" [5] "IOLS" "panelSUR" "smallstuff" "VIRF"
We checked 8 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.