Learn R Programming

mathml (version 1.2)

decorations: Identity functions for different decorations

Description

Identity functions for different decorations

Usage

roof(x)

boxed(x)

cancel(x)

phantom(x)

prime(x)

tilde(x)

Value

x

Arguments

x

the expression to render

Examples

Run this code
roof(1) + mean(2) + boxed(3) + cancel(4) + phantom(5) + prime(6) + tilde(7)

mathml(quote(roof(b) + mean(X) + boxed(3) + cancel(4) + phantom(5)))

Run the code above in your browser using DataLab