R/math.r

Defines functions math

Documented in math

math <- function(x){
    ## enclose some x in math dollars
    return(paste("$", x, "$", sep = ""))
    }

Try the reporttools package in your browser

Any scripts or data that you put into this service are public.

reporttools documentation built on Oct. 12, 2021, 5:06 p.m.