Skip to content

renderMatrix(): render a matrix expression in RStudio viewer #64

@friendly

Description

@friendly

In dev/renderMatrix-notes.Rmd I raise this idea:

It would be nice to be able to render a LaTeX equation from the console for the purpose of testing an equation using Eqn() before putting the result into a document. Presently, I'm using the Lagrida LaTeX Equation Editor.

The idea is to be able to do something like:

matX <- latexMatrix()
renderMatrix(matX)

and see the result in an RStudio Viewer panel. However, I note that (unless I'm mistaken)
Eqn() now no longer has an option to return the result other than via cat().

I sketch a few possible routes for this. What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions