E_next {eddington} | R Documentation |
Get the number of rides required to increment to the next Eddington number.
E_next(rides)
rides |
A vector of mileage, where each element represents a single day. |
A named list with the current Eddington number (E
) and the
number of rides required to increment by one (req
).