eta: Calculate ETA of a For-Loop

Description Usage Arguments Details Author(s) See Also

Description

Calculates an ETA of a for-loop completing the loop, based on how many loops are left, and the start time of the first loop.

Usage

1
eta(i, total, start)

Arguments

i

current element

total

total number of elements

start

start processor time (seconds)

Details

The start time is best given by 'proc.time()[3]'.

Author(s)

Lee Kelvin <lee.kelvin@uibk.ac.at>

See Also

The astronomy package: astro.


taranu/astro documentation built on May 23, 2019, 7:36 a.m.