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 May 12, 2021, 5:09 p.m.