Ratio labels

print_operator(x, base = exp(1))

Arguments

x

Numeric, on a logarithmic scale

base

Scalar, base of the logarithm used

Value

String to be evaluated with str2expression

Examples

print_operator(((-1:3)))
#> [1] "NULL %/% 2.71828182845905" "bold(1)"                  
#> [3] "NULL %*% 2.71828182845905" "NULL %*% 7.38905609893065"
#> [5] "NULL %*% 20.0855369231877"