estimate_simulation_finish_time: Estimate the finish time for a simulation, given a prior...

Description Usage Arguments Value Examples

Description

Estimate the finish time for a simulation, given a prior estimate

Usage

1
2
estimate_simulation_finish_time(start_date, start_time, base_hrs, base_min,
  base_sec, multiplier)

Arguments

start_date

A string with the starting date. Example: "2018-07-27"

start_time

A string with the starting time. Example: "15:01:32"

base_hrs

A number. Number of hrs for base simulation. Example: 0

base_min

A number. Number of min for base simulation. Example: 10

base_sec

A number. Number of sec for base simulation. Example: 15

multiplier

A number. The ratio based on parameterers. Example: For 5X the trajectories use 5.0.

Value

None. Prints estimated finish time

Examples

1
2
3
library(rpenepma)
estimate_simulation_finish_time("2018-07-27", "15:01:32",
                                0, 10, 15, 5.0)

jrminter/rpemepma documentation built on May 29, 2019, 11:43 a.m.