Learn R Programming

normfluodbf (version 1.5.2)

time_attribute: 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
)

Value

The time attribute.

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.

Examples

Run this code
time_test = time_attribute(30,8,136,1276,40)
time_test = time_attribute(60,8,136,2460,40)

Run the code above in your browser using DataLab