quoteToBoxnumber {rpnf} | R Documentation |
Determines the boxnumber for a given tuple of quotes,status,boxsize and log.
Description
Determines the boxnumber for a given tuple of quotes,status,boxsize and log.
Usage
quoteToBoxnumber(quote, status, boxsize, log)
Arguments
quote |
a numeric vector of quotes |
status |
current status, either "X" or "O" |
boxsize |
boxsize |
log |
use log scale, either TRUE or FALSE |
Value
a vector of integer boxnumbers
[Package rpnf version 1.0.5 Index]