E_next {eddington} | R Documentation |
Get the number of rides required to increment to the next Eddington number
Description
Get the number of rides required to increment to the next Eddington number.
Usage
E_next(rides)
Arguments
rides |
A vector of mileage, where each element represents a single day. |
Value
A named list with the current Eddington number (E
) and the
number of rides required to increment by one (req
).
See Also
[Package eddington version 4.1.3 Index]