R/prettyUserValues.R

prettyUserValues <-
function (innervalues, extradigits = 0)
{
    uservalues <- toUserValues(innervalues)
    return(prettynum(uservalues, extradigits = extradigits))
}

Try the blackbox package in your browser

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

blackbox documentation built on May 29, 2024, 1:15 a.m.