powered by
Hook for custom symbols
hook(term, display, quote = TRUE, as.rolog = TRUE)
TRUE on success
an R call or symbol/number. This is the expression to replace.
an R call or symbol/number. This is shown instead of term.
(default is TRUE) indicates that term and display should be quoted.
(default is TRUE) indicates that simplified quasi-quotoation is to be used.
hook(t0, subscript(t, 0)) mathml(quote(t0)) hook(term=quote(t0), display=quote(subscript(t, 0)), quote=FALSE) mathml(quote(t0))
Run the code above in your browser using DataLab