Rdocumentation
powered by
Learn R Programming
rpnf (version 1.0.5)
nextReversal: Determine the next reversal frontier for current quote(s) given a recent XO-status.
Description
Determine the next reversal frontier for current quote(s) given a recent XO-status.
Usage
nextReversal(quote, status, reversal = 3L, boxsize = 1, log = FALSE)
Arguments
quote
A single quote or a vector of quotes.
status
A single character indicating the current XO-status.
reversal
number of boxes needed to make a reversal
boxsize
A single numeric value, indicating the boxsize to be considered.
log
TRUE, if logarithmic scales should be used.