View source: R/hydrometer_schedule.R
hydrometer_schedule | R Documentation |
Calculate sampling times for hydrometer tests
hydrometer_schedule( start_time = NULL, batch_spacing = c(0, 70, 140), sample_numbers = list(1:4, 5:8, 9:12) )
start_time |
A datetime object representing an ISO clock time (including timezone). If |
batch_spacing |
Time interval in minutes between stirring the sub-batches, each comprising 4 samples. Recommended to use 70-min intervals. |
sample_numbers |
List of sample numbers, with each element being a numeric vector of length 4. |
Built around the idea of using 3 sub-batches of 4 samples each. If any more are used in a sub-batch, too many times overlap.
A tibble of sampling times corresponding to each sedimentation cylinder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.