Description Usage Arguments Value Examples
Estimate the finish time for a simulation, given a prior estimate
1 2 | estimate_simulation_finish_time(start_date, start_time, base_hrs, base_min,
base_sec, multiplier)
|
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. |
None. Prints estimated finish time
1 2 3 | library(rpenepma)
estimate_simulation_finish_time("2018-07-27", "15:01:32",
0, 10, 15, 5.0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.