View source: R/diagnostic_parameters.R
calc_diagnostic_capacity | R Documentation |
Gets country diagnostic capacity. As of right now, need to increase hours per shift in throughput data in order to up the capacity.
calc_diagnostic_capacity(
country_diagnostic_capacity,
throughput,
shifts_per_day = NULL,
hours_per_shift
)
country_diagnostic_capacity |
Capacity called from the get_country_test_capacity function |
throughput |
Throughput data, loaded in package, from ESFT |
shifts_per_day |
Either single integer (1,2, or 3) or named vector of shifts per day ("shifts_day") for the specific machines ("platform_key"). Important to get names right if go vector rought (easiest to copy paste from throughput), and shifts can only be 1, 2, or 3 (8, 12, 24 hrs). Default = NULL. |
hours_per_shift |
Hours per shift, default = 8 (data from ESFT package) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.