quoteToScale {rpnf} | R Documentation |
Scales a quote. In case log==TRUE this is logarithmic scale, original scale otherwise.
Description
Scales a quote. In case log==TRUE this is logarithmic scale, original scale otherwise.
Usage
quoteToScale(x, log)
Arguments
x |
a numeric vector of quotes |
log |
TRUE or FALSE |
Value
scaled quote
[Package rpnf version 1.0.5 Index]