Skip to contents

A table optimized for displaying mathematical content. Cell entries can be MathTex objects instead of plain Text.

Super classes

manimR::MObject -> manimR::VMobject -> manimR::Table -> MathTable

Public fields

use_latex

Whether cells should be rendered as LaTeX

Methods

Inherited methods


Method new()

Create a MathTable

Usage

MathTable$new(data, use_latex = TRUE, ...)

Arguments

data

Matrix of LaTeX strings

use_latex

Render cells as LaTeX (TRUE) or plain text (FALSE)

...

Arguments passed to Table


Method clone()

The objects of this class are cloneable with this method.

Usage

MathTable$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.