R/format.perc.R

formatperc <-
function (x, digits) {
    paste(format(100 * x, trim = TRUE, 
                 scientific = FALSE, digits = digits), "%", sep="")
}

Try the depmixS4 package in your browser

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

depmixS4 documentation built on Jan. 23, 2020, 3 p.m.