time_attribute {normfluodbf} | R Documentation |
Title: A time attribute generating function
Description
A function to help the researcher reproduce the time attribute.
Usage
time_attribute(
interval = NULL,
first_end = NULL,
pause_duration = NULL,
end_time = NULL,
cycles = NULL
)
Arguments
interval |
The time interval chosen for the assay often in seconds. |
first_end |
The end time of the initial run, often the pause for the introduction of a new substance. This can be the cycle number chosen for the initial stop. |
pause_duration |
The time between the first end (pause) and resumption of the assay. |
end_time |
The final end time of the assay. |
cycles |
The number of cycles in the assay as selected by the user or researcher. |
Value
The time attribute.
Note
The original function had an option for minutes which was for less time conscious people but the final version for this package has no such option. Users MUST provide numbers in seconds.
Examples
time_test = time_attribute(30,8,136,1276,40)
time_test = time_attribute(60,8,136,2460,40)
[Package normfluodbf version 1.5.2 Index]