ddi_mrow | R Documentation |
mrow or Mathematical Row is a wrapper containing the presentation expression
mi
. It creates a single string without spaces consisting of the individual
elements described within it. It can be used to create a single variable by
concatenating other variables into a single string. It is used to create
linking variables composed of multiple non-contiguous parts, or to define
unique strings for various category values of a single variable. More
information on these elements, especially their allowed attributes, can be
found in the references.
ddi_mrow(...) ddi_mi(...)
... |
Child nodes or attributes. |
Parent nodes
mrow
is contained in catgry
.
mrow specific child nodes
ddi_mi()
is the mathematical identifier. This is the token element
containing the smallest unit in the mrow that carries meaning.
A ddi_node object.
ddi_mrow() # Functions that need to be wrapped in ddi_mrow() ddi_mi("1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.