decorations {mathml}R Documentation

Identity functions for different decorations

Description

Identity functions for different decorations

Usage

roof(x)

boxed(x)

cancel(x)

phantom(x)

prime(x)

tilde(x)

Arguments

x

the expression to render

Value

x

Examples

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)))

[Package mathml version 1.2 Index]